#9ECD56

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

Shades of Conifer #9ECD56

Tints of Conifer #9ECD56

Color information

#9ECD56 (or 0x9ECD56) is unknown color: approx Conifer. HEX triplet: 9E, CD and 56. RGB value is (158,205,86). Sum of RGB (Red+Green+Blue) = 158+205+86=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD56 is #6132A9. Grayscale: #B1B1B1. Windows color (decimal): -6369962 or 5688734. OLE color: 5688734.

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

Color convert

RGB15820586-
CMYK0.2300.580.20
HSL83.7º54.34%57.06%-
HSV(B)83.7º58.05%80.39%-
XYZ37.6151.616.78-
YUV177.3876.43114.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.19%
GREEN value IS 205 (80.47% from 255) = 45.66%
BLUE value IS 86 (33.98% from 255) = 19.15%
R=35.19%
G=45.66%
B=19.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal158205860.2300.580.2083.754.3457.06
Hex9ECD561703A14543639
Octal23631512627072241246671
Binary10011110110011011010110101110111010101001010100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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