Html Css Color HEX #9ECB70 Olivine

📋 copy color: '#9ECB70'

red 158 ◦ green 203 ◦ blue 112

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

Shades of Olivine #9ECB70

Tints of Olivine #9ECB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 33.4%
G = 42.92%
B = 23.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#9ECB70 (or 0x9ECB70) is known color: Olivine. HEX triplet: 9E, CB and 70. RGB value is (158,203,112). Sum of RGB (Red+Green+Blue) = 158+203+112=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB70 is #61348F. Grayscale: #B3B3B3. Windows color (decimal): -6370448 or 7392158. OLE color: 7392158.

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

Color convert

RGB 158 203 112 -
CMYK 0.22 0 0.45 0.20
HSL 89.67º 0.47% 0.62% -
HSV(B) 89.67º 0.45% 0.8% -
XYZ 38.38 51.15 23.18 -
YUV 179.17 90.09 112.9 -
System Red Green Blue C M Y K H S L
Decimal 158 203 112 0.22 0 0.45 0.20 89.67 0.47 0.62
Hex 9E CB 70 16 0 2D 14 5A 2F 3E
Octal 236 313 160 26 0 55 24 132 57 76
Binary 10011110 11001011 1110000 10110 0 101101 10100 1011010 101111 111110

Color Harmonies of #9ECB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECB70

Black with #9ECB70

Text Example


Text Example

White with #9ECB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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