#9ECD5E

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

Shades of Conifer #9ECD5E

Tints of Conifer #9ECD5E

Color information

#9ECD5E (or 0x9ECD5E) is unknown color: approx Conifer. HEX triplet: 9E, CD and 5E. RGB value is (158,205,94). Sum of RGB (Red+Green+Blue) = 158+205+94=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD5E is #6132A1. Grayscale: #B2B2B2. Windows color (decimal): -6369954 or 6213022. OLE color: 6213022.

HSL color Cylindrical-coordinate representation of color #9ECD5E: hue angle of 85.41º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9ECD5E is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB15820594-
CMYK0.2300.540.20
HSL85.41º52.61%58.63%-
HSV(B)85.41º54.15%80.39%-
XYZ37.9551.7418.58-
YUV178.2980.43113.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 205 (80.47% from 255) = 44.86%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=34.57%
G=44.86%
B=20.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158205940.2300.540.2085.4152.6158.63
Hex9ECD5E170361455353b
Octal23631513627066241256573
Binary10011110110011011011110101110110110101001010101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,205,94); }

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

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

 a { background-color: rgb(158,205,94); }

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

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

 span { border-color: rgb(158,205,94); }

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