Html Css Color HEX #9ECD6E Olivine

📋 copy color: '#9ECD6E'

red 158 ◦ green 205 ◦ blue 110

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

Shades of Olivine #9ECD6E

Tints of Olivine #9ECD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.26%

R = 33.4%
G = 43.34%
B = 23.26%

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

#9ECD6E (or 0x9ECD6E) is known color: Olivine. HEX triplet: 9E, CD and 6E. RGB value is (158,205,110). Sum of RGB (Red+Green+Blue) = 158+205+110=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD6E is #613291. Grayscale: #B4B4B4. Windows color (decimal): -6369938 or 7261598. OLE color: 7261598.

HSL color Cylindrical-coordinate representation of color #9ECD6E: hue angle of 89.68º degrees, saturation: 0.49, 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 #9ECD6E is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 205 110 -
CMYK 0.23 0 0.46 0.20
HSL 89.68º 0.49% 0.62% -
HSV(B) 89.68º 0.46% 0.8% -
XYZ 38.75 52.06 22.76 -
YUV 180.12 88.43 112.22 -
System Red Green Blue C M Y K H S L
Decimal 158 205 110 0.23 0 0.46 0.20 89.68 0.49 0.62
Hex 9E CD 6E 17 0 2E 14 5A 31 3E
Octal 236 315 156 27 0 56 24 132 61 76
Binary 10011110 11001101 1101110 10111 0 101110 10100 1011010 110001 111110

Color Harmonies of #9ECD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECD6E

Black with #9ECD6E

Text Example


Text Example

White with #9ECD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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