Html Css Color HEX #9EC360 Olivine

📋 copy color: '#9EC360'

red 158 ◦ green 195 ◦ blue 96

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

Shades of Olivine #9EC360

Tints of Olivine #9EC360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.38%

R = 35.19%
G = 43.43%
B = 21.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#9EC360 (or 0x9EC360) is known color: Olivine. HEX triplet: 9E, C3 and 60. RGB value is (158,195,96). Sum of RGB (Red+Green+Blue) = 158+195+96=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC360 is #613C9F. Grayscale: #ADADAD. Windows color (decimal): -6372512 or 6341534. OLE color: 6341534.

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

Color convert

RGB 158 195 96 -
CMYK 0.19 0 0.51 0.24
HSL 82.42º 0.45% 0.57% -
HSV(B) 82.42º 0.51% 0.76% -
XYZ 35.73 47.14 18.28 -
YUV 172.65 84.74 117.55 -
System Red Green Blue C M Y K H S L
Decimal 158 195 96 0.19 0 0.51 0.24 82.42 0.45 0.57
Hex 9E C3 60 13 0 33 18 52 2D 39
Octal 236 303 140 23 0 63 30 122 55 71
Binary 10011110 11000011 1100000 10011 0 110011 11000 1010010 101101 111001

Color Harmonies of #9EC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC360

Black with #9EC360

Text Example


Text Example

White with #9EC360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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