#ADD060

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

Shades of Conifer #ADD060

Tints of Conifer #ADD060

Color information

#ADD060 (or 0xADD060) is unknown color: approx Conifer. HEX triplet: AD, D0 and 60. RGB value is (173,208,96). Sum of RGB (Red+Green+Blue) = 173+208+96=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD060 is #522F9F. Grayscale: #B9B9B9. Windows color (decimal): -5386144 or 6344877. OLE color: 6344877.

HSL color Cylindrical-coordinate representation of color #ADD060: hue angle of 78.75º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADD060 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB17320896-
CMYK0.1700.540.18
HSL78.75º54.37%59.61%-
HSV(B)78.75º53.85%81.57%-
XYZ41.954.8419.44-
YUV184.7777.9119.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 208 (81.64% from 255) = 43.61%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=36.27%
G=43.61%
B=20.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173208960.1700.540.1878.7554.3759.61
HexADD06011036124f363c
Octal25532014021066221176674
Binary10101101110100001100000100010110110100101001111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD060; }

 p { color: rgb(173,208,96); }

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

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

 a { background-color: rgb(173,208,96); }

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

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

 span { border-color: rgb(173,208,96); }

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