#9ECF55

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

Shades of Conifer #9ECF55

Tints of Conifer #9ECF55

Color information

#9ECF55 (or 0x9ECF55) is unknown color: approx Conifer. HEX triplet: 9E, CF and 55. RGB value is (158,207,85). Sum of RGB (Red+Green+Blue) = 158+207+85=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF55 is #6130AA. Grayscale: #B2B2B2. Windows color (decimal): -6369451 or 5623710. OLE color: 5623710.

HSL color Cylindrical-coordinate representation of color #9ECF55: hue angle of 84.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ECF55 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB15820785-
CMYK0.2400.590.19
HSL84.1º55.96%57.25%-
HSV(B)84.1º58.94%81.18%-
XYZ38.0552.5516.73-
YUV178.4475.27113.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.11%
GREEN value IS 207 (81.25% from 255) = 46%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=35.11%
G=46%
B=18.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal158207850.2400.590.1984.155.9657.25
Hex9ECF551803B13543839
Octal23631712530073231247071
Binary10011110110011111010101110000111011100111010100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,85); }

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

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

 a { background-color: rgb(158,207,85); }

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

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

 span { border-color: rgb(158,207,85); }

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