Html Css Color HEX #9EC064 Olivine

📋 copy color: '#9EC064'

red 158 ◦ green 192 ◦ blue 100

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

Shades of Olivine #9EC064

Tints of Olivine #9EC064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.67%

 BLUE value IS 100 (39.45% from 255) = 22.22%

R = 35.11%
G = 42.67%
B = 22.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#9EC064 (or 0x9EC064) is known color: Olivine. HEX triplet: 9E, C0 and 64. RGB value is (158,192,100). Sum of RGB (Red+Green+Blue) = 158+192+100=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC064 is #613F9B. Grayscale: #ABABAB. Windows color (decimal): -6373276 or 6602910. OLE color: 6602910.

HSL color Cylindrical-coordinate representation of color #9EC064: hue angle of 82.17º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EC064 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 100 -
CMYK 0.18 0 0.48 0.25
HSL 82.17º 0.42% 0.57% -
HSV(B) 82.17º 0.48% 0.75% -
XYZ 35.25 45.89 19.06 -
YUV 171.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 158 192 100 0.18 0 0.48 0.25 82.17 0.42 0.57
Hex 9E C0 64 12 0 30 19 52 2A 39
Octal 236 300 144 22 0 60 31 122 52 71
Binary 10011110 11000000 1100100 10010 0 110000 11001 1010010 101010 111001

Color Harmonies of #9EC064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC064

Black with #9EC064

Text Example


Text Example

White with #9EC064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,192,100); }

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

background-color css

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

 a { background-color: rgb(158,192,100); }

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

border-color css

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

 span { border-color: rgb(158,192,100); }

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