#9ECB5A

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

Shades of Conifer #9ECB5A

Tints of Conifer #9ECB5A

Color information

#9ECB5A (or 0x9ECB5A) is unknown color: approx Conifer. HEX triplet: 9E, CB and 5A. RGB value is (158,203,90). Sum of RGB (Red+Green+Blue) = 158+203+90=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECB5A is #6134A5. Grayscale: #B1B1B1. Windows color (decimal): -6370470 or 5950366. OLE color: 5950366.

HSL color Cylindrical-coordinate representation of color #9ECB5A: hue angle of 83.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ECB5A is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB15820390-
CMYK0.2200.560.20
HSL83.89º52.07%57.45%-
HSV(B)83.89º55.67%79.61%-
XYZ37.350.7217.5-
YUV176.6679.09114.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 203 (79.69% from 255) = 45.01%
BLUE value IS 90 (35.55% from 255) = 19.96%
R=35.03%
G=45.01%
B=19.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158203900.2200.560.2083.8952.0757.45
Hex9ECB5A1603814543439
Octal23631313226070241246471
Binary10011110110010111011010101100111000101001010100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,203,90); }

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

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

 a { background-color: rgb(158,203,90); }

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

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

 span { border-color: rgb(158,203,90); }

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