#9DCE55

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

Shades of Conifer #9DCE55

Tints of Conifer #9DCE55

Color information

#9DCE55 (or 0x9DCE55) is unknown color: approx Conifer. HEX triplet: 9D, CE and 55. RGB value is (157,206,85). Sum of RGB (Red+Green+Blue) = 157+206+85=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCE55 is #6231AA. Grayscale: #B1B1B1. Windows color (decimal): -6435243 or 5623453. OLE color: 5623453.

HSL color Cylindrical-coordinate representation of color #9DCE55: hue angle of 84.3º degrees, saturation: 0.55, 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 #9DCE55 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB15720685-
CMYK0.2400.590.19
HSL84.3º55.25%57.06%-
HSV(B)84.3º58.74%80.78%-
XYZ37.6251.9716.64-
YUV177.5675.77113.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 206 (80.86% from 255) = 45.98%
BLUE value IS 85 (33.59% from 255) = 18.97%
R=35.04%
G=45.98%
B=18.97%

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
Decimal157206850.2400.590.1984.355.2557.06
Hex9DCE551803B13543739
Octal23531612530073231246771
Binary10011101110011101010101110000111011100111010100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,85); }

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

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

 a { background-color: rgb(157,206,85); }

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

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

 span { border-color: rgb(157,206,85); }

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