Html Css Color HEX #9EC276 Olivine

📋 copy color: '#9EC276'

red 158 ◦ green 194 ◦ blue 118

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

Shades of Olivine #9EC276

Tints of Olivine #9EC276

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.28%

 BLUE value IS 118 (46.48% from 255) = 25.11%

R = 33.62%
G = 41.28%
B = 25.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#9EC276 (or 0x9EC276) is known color: Olivine. HEX triplet: 9E, C2 and 76. RGB value is (158,194,118). Sum of RGB (Red+Green+Blue) = 158+194+118=470 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.62% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC276 is #613D89. Grayscale: #AEAEAE. Windows color (decimal): -6372746 or 7783070. OLE color: 7783070.

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

Color convert

RGB 158 194 118 -
CMYK 0.19 0 0.39 0.24
HSL 88.42º 0.38% 0.61% -
HSV(B) 88.42º 0.39% 0.76% -
XYZ 36.66 47.16 24.31 -
YUV 174.57 96.07 116.18 -
System Red Green Blue C M Y K H S L
Decimal 158 194 118 0.19 0 0.39 0.24 88.42 0.38 0.61
Hex 9E C2 76 13 0 27 18 58 26 3D
Octal 236 302 166 23 0 47 30 130 46 75
Binary 10011110 11000010 1110110 10011 0 100111 11000 1011000 100110 111101

Color Harmonies of #9EC276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC276

Black with #9EC276

Text Example


Text Example

White with #9EC276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,194,118); }

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

background-color css

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

 a { background-color: rgb(158,194,118); }

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

border-color css

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

 span { border-color: rgb(158,194,118); }

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