Html Css Color HEX #9EC164 Olivine

📋 copy color: '#9EC164'

red 158 ◦ green 193 ◦ blue 100

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

Shades of Olivine #9EC164

Tints of Olivine #9EC164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.79%

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

R = 35.03%
G = 42.79%
B = 22.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#9EC164 (or 0x9EC164) is known color: Olivine. HEX triplet: 9E, C1 and 64. RGB value is (158,193,100). Sum of RGB (Red+Green+Blue) = 158+193+100=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC164 is #613E9B. Grayscale: #ACACAC. Windows color (decimal): -6373020 or 6603166. OLE color: 6603166.

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

Color convert

RGB 158 193 100 -
CMYK 0.18 0 0.48 0.24
HSL 82.58º 0.43% 0.57% -
HSV(B) 82.58º 0.48% 0.76% -
XYZ 35.47 46.33 19.13 -
YUV 171.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 158 193 100 0.18 0 0.48 0.24 82.58 0.43 0.57
Hex 9E C1 64 12 0 30 18 53 2B 39
Octal 236 301 144 22 0 60 30 123 53 71
Binary 10011110 11000001 1100100 10010 0 110000 11000 1010011 101011 111001

Color Harmonies of #9EC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC164

Black with #9EC164

Text Example


Text Example

White with #9EC164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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