#9EC264

Color #9EC264 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9EC264

Tints of Olivine #9EC264

Color information

#9EC264 (or 0x9EC264) is unknown color: approx Olivine. HEX triplet: 9E, C2 and 64. RGB value is (158,194,100). Sum of RGB (Red+Green+Blue) = 158+194+100=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC264 is #613D9B. Grayscale: #ACACAC. Windows color (decimal): -6372764 or 6603422. OLE color: 6603422.

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

Color convert

RGB158194100-
CMYK0.1900.480.24
HSL82.98º43.52%57.65%-
HSV(B)82.98º48.45%76.08%-
XYZ35.6946.7719.2-
YUV172.5287.07117.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.96%
GREEN value IS 194 (76.17% from 255) = 42.92%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=34.96%
G=42.92%
B=22.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581941000.1900.480.2482.9843.5257.65
Hex9EC2641303018532c3a
Octal23630214423060301235472
Binary10011110110000101100100100110110000110001010011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EC264;
 }
 .AnyTagClassName
 {
   color: #9EC264;
 }
</style>
background-color css

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

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

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

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

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

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