#9ECA6B

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

Shades of Olivine #9ECA6B

Tints of Olivine #9ECA6B

Color information

#9ECA6B (or 0x9ECA6B) is unknown color: approx Olivine. HEX triplet: 9E, CA and 6B. RGB value is (158,202,107). Sum of RGB (Red+Green+Blue) = 158+202+107=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECA6B is #613594. Grayscale: #B2B2B2. Windows color (decimal): -6370709 or 7064222. OLE color: 7064222.

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

Color convert

RGB158202107-
CMYK0.2200.470.21
HSL87.79º47.26%60.59%-
HSV(B)87.79º47.03%79.22%-
XYZ37.8750.5721.68-
YUV178.0187.92113.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.83%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 107 (42.19% from 255) = 22.91%
R=33.83%
G=43.25%
B=22.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021070.2200.470.2187.7947.2660.59
Hex9ECA6B1602F15582f3d
Octal23631215326057251305775
Binary10011110110010101101011101100101111101011011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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