#ADD85D

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

Shades of Conifer #ADD85D

Tints of Conifer #ADD85D

Color information

#ADD85D (or 0xADD85D) is unknown color: approx Conifer. HEX triplet: AD, D8 and 5D. RGB value is (173,216,93). Sum of RGB (Red+Green+Blue) = 173+216+93=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD85D is #5227A2. Grayscale: #BDBDBD. Windows color (decimal): -5384099 or 6150317. OLE color: 6150317.

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

Color convert

RGB17321693-
CMYK0.2000.570.15
HSL80.98º61.19%60.59%-
HSV(B)80.98º56.94%84.71%-
XYZ43.7758.7919.4-
YUV189.1273.75116.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 216 (84.77% from 255) = 44.81%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=35.89%
G=44.81%
B=19.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal173216930.2000.570.1580.9861.1960.59
HexADD85D14039F513d3d
Octal25533013524071171217575
Binary1010110111011000101110110100011100111111010001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD85D; }

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

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

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

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

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

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

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

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