#ADD955

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

Shades of Conifer #ADD955

Tints of Conifer #ADD955

Color information

#ADD955 (or 0xADD955) is unknown color: approx Conifer. HEX triplet: AD, D9 and 55. RGB value is (173,217,85). Sum of RGB (Red+Green+Blue) = 173+217+85=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 85 (33.59% from 255 or 17.89% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD955 is #5226AA. Grayscale: #BDBDBD. Windows color (decimal): -5383851 or 5626285. OLE color: 5626285.

HSL color Cylindrical-coordinate representation of color #ADD955: hue angle of 80º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADD955 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB17321785-
CMYK0.2000.610.15
HSL80º63.46%59.22%-
HSV(B)80º60.83%85.1%-
XYZ43.6959.1717.71-
YUV188.869.42116.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 85 (33.59% from 255) = 17.89%
R=36.42%
G=45.68%
B=17.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal173217850.2000.610.158063.4659.22
HexADD9551403DF503f3b
Octal25533112524075171207773
Binary1010110111011001101010110100011110111111010000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD955; }

 p { color: rgb(173,217,85); }

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

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

 a { background-color: rgb(173,217,85); }

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

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

 span { border-color: rgb(173,217,85); }

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