COLOR #93CF6A

HEX: #93CF6A RGB: (147,207,106)

Color info

#93CF6A contains mainly green color. Web safe color of #93CF6A is #99CC66 (or #9C6).

RGB color model

#93CF6A color RGB value is (147,207,106).

RGB: (147,207,106) (58%, 81%, 42%)

RGB channels and saturation

R 147 of 255 = 58%
G 207 of 255 = 81%
B 106 of 255 = 42%

147
207
106

R + G + B ~ 60%. #93CF6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 207 + 106 = 460 (100%)
R 147 of 460 ~ 31.96%
G 207 of 460 ~ 45%
B 106 of 460 ~ 23.04'%

%31.96
%45
%23.04

CMYK color model

#93CF6A color CMYK value is (29,0,49,19).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 48.79%
  • key color value is 18.82%

CMYK: (29,0,49,19)
C29M0Y49K19 (29%, 0%, 49%, 19%)
(0.29 / 0.00 / 0.49 / 0.19)

CMYK percentages

%28.99
%0
%48.79
%18.82

Codes

Color #93CF6A in popluar color models

93 CF 6A
RGB 147 207 106
HSL 96° 51.27% 61.37%
HSB/HSV 96° 48.79% 81.18%
CMYK 28.99% 0.00% 48.79%
18.82%

Color #93CF6A in popluar number systems.

HEX 93 CF 6A
Decimal 147 207 106
Binary 10010011 11001111 1101010
Octal 223 317 152

Shades and tints

Shades of #93CF6A

#93CF6A
(147,207,106)
#86BD61
(134,189,97)
#79AB58
(121,171,88)
#6C994F
(108,153,79)
#5F8746
(95,135,70)
#52753D
(82,117,61)
#456334
(69,99,52)
#38512B
(56,81,43)
#2B3F22
(43,63,34)
#1E2D19
(30,45,25)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #93CF6A

#93CF6A
(147,207,106)
#9CD377
(156,211,119)
#A5D784
(165,215,132)
#AEDB91
(174,219,145)
#B7DF9E
(183,223,158)
#C0E3AB
(192,227,171)
#C9E7B8
(201,231,184)
#D2EBC5
(210,235,197)
#DBEFD2
(219,239,210)
#E4F3DF
(228,243,223)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CF6A color. Also use rgb(147,207,106) instead hex code.

Text Font Color

.myTextColor { color: #93CF6A; }

<p style="color:#93CF6A">This sample text font color is #93CF6A.</p>

This text font color is #93CF6A.

Background Color

.myBgColor { background-color: #93CF6A; }

<div style="background-color:#93CF6A">Inner text</div>

This div background color is #93CF6A.

Border color

.myBorderColor { border: 1px solid #93CF6A; }

<div style="border:3px solid #93CF6A">Div</div>

This div border color is #93CF6A.

Opacity

.myOpacity80 { color: #93CF6A; opacity: 0.8; }

<p style="color:#93CF6A;opacity:0.8;">80%</p>

Text with #93CF6A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #93CF6A;}

<p style="text-shadow: 3px 3px 1px #93CF6A">Text here.</p>

This text has shadow with #93CF6A color.


.textShadow {text-shadow: 3px 3px 1px #93CF6A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #93CF6A, 5px 5px 20px red">Text here.</p>

This text has shadow with #93CF6A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#93CF6A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#93CF6A, Direction=45, Strength=4)">Text</p>

This text has shadow with #93CF6A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #93CF6A;
-webkit-box-shadow: 1px 1px 3px 2px #93CF6A;
box-shadow: 1px 1px 3px 2px #93CF6A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #93CF6A; -webkit-box-shadow: 1px 1px 3px 2px #93CF6A; box-shadow:1px 1px 3px 2px #93CF6A;">
Div content here
</div>

This div box has shadow with color #93CF6A.

Preview

Color preview on black background

This text has color #93CF6A on black background.


Color preview on white background

This text has color #93CF6A on white background.


Black color preview on #93CF6A background

This text has black color on #93CF6A background.


White color preview on #93CF6A background

This text has white color on #93CF6A background.


Related colors

Complementary color

Complementary color for #hex is #6C3095.


I love getcolorcode.com

Triadic colors

1 #6A93CF and #CF6A93 with #93CF6A are triadic colors.

2 #6ACF93 and #CF936A with #93CF6A are triadic colors.