#AADC52

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

Shades of Conifer #AADC52

Tints of Conifer #AADC52

Color information

#AADC52 (or 0xAADC52) is unknown color: approx Conifer. HEX triplet: AA, DC and 52. RGB value is (170,220,82). Sum of RGB (Red+Green+Blue) = 170+220+82=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADC52 is #5523AD. Grayscale: #BDBDBD. Windows color (decimal): -5579694 or 5430442. OLE color: 5430442.

HSL color Cylindrical-coordinate representation of color #AADC52: hue angle of 81.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AADC52 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB17022082-
CMYK0.2300.630.14
HSL81.74º66.35%59.22%-
HSV(B)81.74º62.73%86.27%-
XYZ43.6960.3417.33-
YUV189.3267.44114.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 220 (86.33% from 255) = 46.61%
BLUE value IS 82 (32.42% from 255) = 17.37%
R=36.02%
G=46.61%
B=17.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170220820.2300.630.1481.7466.3559.22
HexAADC521703FE52423b
Octal252334122270771612210273
Binary10101010110111001010010101110111111111010100101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC52; }

 p { color: rgb(170,220,82); }

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

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

 a { background-color: rgb(170,220,82); }

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

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

 span { border-color: rgb(170,220,82); }

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