#9ECA60

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

Shades of Olivine #9ECA60

Tints of Olivine #9ECA60

Color information

#9ECA60 (or 0x9ECA60) is unknown color: approx Olivine. HEX triplet: 9E, CA and 60. RGB value is (158,202,96). Sum of RGB (Red+Green+Blue) = 158+202+96=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECA60 is #61359F. Grayscale: #B1B1B1. Windows color (decimal): -6370720 or 6343326. OLE color: 6343326.

HSL color Cylindrical-coordinate representation of color #9ECA60: hue angle of 84.91º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ECA60 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB15820296-
CMYK0.2200.520.21
HSL84.91º50%58.43%-
HSV(B)84.91º52.48%79.22%-
XYZ37.3350.3518.82-
YUV176.7682.42114.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 202 (79.30% from 255) = 44.30%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=34.65%
G=44.30%
B=21.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal158202960.2200.520.2184.915058.43
Hex9ECA60160341555323a
Octal23631214026064251256272
Binary10011110110010101100000101100110100101011010101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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