Html Css Color HEX #9EC372 Olivine

📋 copy color: '#9EC372'

red 158 ◦ green 195 ◦ blue 114

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

Shades of Olivine #9EC372

Tints of Olivine #9EC372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.76%

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 33.83%
G = 41.76%
B = 24.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#9EC372 (or 0x9EC372) is known color: Olivine. HEX triplet: 9E, C3 and 72. RGB value is (158,195,114). Sum of RGB (Red+Green+Blue) = 158+195+114=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC372 is #613C8D. Grayscale: #AEAEAE. Windows color (decimal): -6372494 or 7521182. OLE color: 7521182.

HSL color Cylindrical-coordinate representation of color #9EC372: hue angle of 87.41º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EC372 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 195 114 -
CMYK 0.19 0 0.42 0.24
HSL 87.41º 0.4% 0.61% -
HSV(B) 87.41º 0.42% 0.76% -
XYZ 36.65 47.51 23.16 -
YUV 174.7 93.74 116.09 -
System Red Green Blue C M Y K H S L
Decimal 158 195 114 0.19 0 0.42 0.24 87.41 0.4 0.61
Hex 9E C3 72 13 0 2A 18 57 28 3D
Octal 236 303 162 23 0 52 30 127 50 75
Binary 10011110 11000011 1110010 10011 0 101010 11000 1010111 101000 111101

Color Harmonies of #9EC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC372

Black with #9EC372

Text Example


Text Example

White with #9EC372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,195,114); }

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

background-color css

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

 a { background-color: rgb(158,195,114); }

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

border-color css

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

 span { border-color: rgb(158,195,114); }

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