#ADD855

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

Shades of Conifer #ADD855

Tints of Conifer #ADD855

Color information

#ADD855 (or 0xADD855) is unknown color: approx Conifer. HEX triplet: AD, D8 and 55. RGB value is (173,216,85). Sum of RGB (Red+Green+Blue) = 173+216+85=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD855 is #5227AA. Grayscale: #BCBCBC. Windows color (decimal): -5384107 or 5626029. OLE color: 5626029.

HSL color Cylindrical-coordinate representation of color #ADD855: hue angle of 79.69º 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 #ADD855 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB17321685-
CMYK0.2000.610.15
HSL79.69º62.68%59.02%-
HSV(B)79.69º60.65%84.71%-
XYZ43.4358.6517.63-
YUV188.2169.75117.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.50%
GREEN value IS 216 (84.77% from 255) = 45.57%
BLUE value IS 85 (33.59% from 255) = 17.93%
R=36.50%
G=45.57%
B=17.93%

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
Decimal173216850.2000.610.1579.6962.6859.02
HexADD8551403DF503f3b
Octal25533012524075171207773
Binary1010110111011000101010110100011110111111010000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD855; }

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

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

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

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

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

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

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

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