Html Css Color HEX #9ECD6F Olivine

📋 copy color: '#9ECD6F'

red 158 ◦ green 205 ◦ blue 111

#9ECD6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9ECD6F

Tints of Olivine #9ECD6F

RGB

 RED value IS 158 (62.11% from 255) = 33.33%

 GREEN value IS 205 (80.47% from 255) = 43.25%

 BLUE value IS 111 (43.75% from 255) = 23.42%

R = 33.33%
G = 43.25%
B = 23.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9ECD6F (or 0x9ECD6F) is known color: Olivine. HEX triplet: 9E, CD and 6F. RGB value is (158,205,111). Sum of RGB (Red+Green+Blue) = 158+205+111=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD6F is #613290. Grayscale: #B4B4B4. Windows color (decimal): -6369937 or 7327134. OLE color: 7327134.

HSL color Cylindrical-coordinate representation of color #9ECD6F: hue angle of 90º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ECD6F is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 205 111 -
CMYK 0.23 0 0.46 0.20
HSL 90º 0.48% 0.62% -
HSV(B) 90º 0.46% 0.8% -
XYZ 38.8 52.08 23.05 -
YUV 180.23 88.93 112.14 -
System Red Green Blue C M Y K H S L
Decimal 158 205 111 0.23 0 0.46 0.20 90 0.48 0.62
Hex 9E CD 6F 17 0 2E 14 5A 30 3E
Octal 236 315 157 27 0 56 24 132 60 76
Binary 10011110 11001101 1101111 10111 0 101110 10100 1011010 110000 111110

Color Harmonies of #9ECD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECD6F

Black with #9ECD6F

Text Example


Text Example

White with #9ECD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ECD6F; }

 p { color: rgb(158,205,111); }

 H1.HeaderClassName
 {
   color: #9ECD6F;
 }
 .AnyTagClassName
 {
   color: #9ECD6F;
 }
</style>

background-color css

<style>
 a { background-color: #9ECD6F; }

 a { background-color: rgb(158,205,111); }

 div.DivClassName
 {
   background-color: #9ECD6F;
 }
 .BgClassName
 {
   background-color: #9ECD6F;
 }
</style>

border-color css

<style>
 span { border-color: #9ECD6F; }

 span { border-color: rgb(158,205,111); }

 td.TdClassName
 {
   border-color: #9ECD6F;
 }
 .TagClassName
 {
   border-color: #9ECD6F;
 }
</style>