#9DD155

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

Shades of Conifer #9DD155

Tints of Conifer #9DD155

Color information

#9DD155 (or 0x9DD155) is unknown color: approx Conifer. HEX triplet: 9D, D1 and 55. RGB value is (157,209,85). Sum of RGB (Red+Green+Blue) = 157+209+85=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD155 is #622EAA. Grayscale: #B3B3B3. Windows color (decimal): -6434475 or 5624221. OLE color: 5624221.

HSL color Cylindrical-coordinate representation of color #9DD155: hue angle of 85.16º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DD155 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB15720985-
CMYK0.2500.590.18
HSL85.16º57.41%57.65%-
HSV(B)85.16º59.33%81.96%-
XYZ38.3453.4216.89-
YUV179.3274.77112.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.81%
GREEN value IS 209 (82.03% from 255) = 46.34%
BLUE value IS 85 (33.59% from 255) = 18.85%
R=34.81%
G=46.34%
B=18.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157209850.2500.590.1885.1657.4157.65
Hex9DD1551903B1255393a
Octal23532112531073221257172
Binary10011101110100011010101110010111011100101010101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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