Html Css Color HEX #9ECB6A Olivine

📋 copy color: '#9ECB6A'

red 158 ◦ green 203 ◦ blue 106

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

Shades of Olivine #9ECB6A

Tints of Olivine #9ECB6A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.47%

 BLUE value IS 106 (41.8% from 255) = 22.7%

R = 33.83%
G = 43.47%
B = 22.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#9ECB6A (or 0x9ECB6A) is known color: Olivine. HEX triplet: 9E, CB and 6A. RGB value is (158,203,106). Sum of RGB (Red+Green+Blue) = 158+203+106=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB6A is #613495. Grayscale: #B2B2B2. Windows color (decimal): -6370454 or 6998942. OLE color: 6998942.

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

Color convert

RGB 158 203 106 -
CMYK 0.22 0 0.48 0.20
HSL 87.84º 0.48% 0.61% -
HSV(B) 87.84º 0.48% 0.8% -
XYZ 38.06 51.02 21.48 -
YUV 178.49 87.09 113.39 -
System Red Green Blue C M Y K H S L
Decimal 158 203 106 0.22 0 0.48 0.20 87.84 0.48 0.61
Hex 9E CB 6A 16 0 30 14 58 30 3D
Octal 236 313 152 26 0 60 24 130 60 75
Binary 10011110 11001011 1101010 10110 0 110000 10100 1011000 110000 111101

Color Harmonies of #9ECB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECB6A

Black with #9ECB6A

Text Example


Text Example

White with #9ECB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,203,106); }

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

background-color css

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

 a { background-color: rgb(158,203,106); }

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

border-color css

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

 span { border-color: rgb(158,203,106); }

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