#ADD566

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

Shades of Conifer #ADD566

Tints of Conifer #ADD566

Color information

#ADD566 (or 0xADD566) is unknown color: approx Conifer. HEX triplet: AD, D5 and 66. RGB value is (173,213,102). Sum of RGB (Red+Green+Blue) = 173+213+102=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD566 is #522A99. Grayscale: #BCBCBC. Windows color (decimal): -5384858 or 6739373. OLE color: 6739373.

HSL color Cylindrical-coordinate representation of color #ADD566: hue angle of 81.62º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADD566 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB173213102-
CMYK0.1900.520.16
HSL81.62º56.92%61.76%-
HSV(B)81.62º52.11%83.53%-
XYZ43.4357.4321.37-
YUV188.3979.25117.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 102 (40.23% from 255) = 20.90%
R=35.45%
G=43.65%
B=20.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732131020.1900.520.1681.6256.9261.76
HexADD566130341052393e
Octal25532514623064201227176
Binary10101101110101011100110100110110100100001010010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD566; }

 p { color: rgb(173,213,102); }

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

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

 a { background-color: rgb(173,213,102); }

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

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

 span { border-color: rgb(173,213,102); }

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