#9EC07F

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

Shades of Olivine #9EC07F

Tints of Olivine #9EC07F

Color information

#9EC07F (or 0x9EC07F) is unknown color: approx Olivine. HEX triplet: 9E, C0 and 7F. RGB value is (158,192,127). Sum of RGB (Red+Green+Blue) = 158+192+127=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC07F is #613F80. Grayscale: #AEAEAE. Windows color (decimal): -6373249 or 8372382. OLE color: 8372382.

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

Color convert

RGB158192127-
CMYK0.1800.340.25
HSL91.38º34.03%62.55%-
HSV(B)91.38º33.85%75.29%-
XYZ36.7846.527.12-
YUV174.42101.24116.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 127 (50% from 255) = 26.62%
R=33.12%
G=40.25%
B=26.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581921270.1800.340.2591.3834.0362.55
Hex9EC07F12022195b223f
Octal23630017722042311334277
Binary10011110110000001111111100100100010110011011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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