Shades of Atlantis #AADC32
Tints of Atlantis #AADC32
RGB
CMYK
RGB Variations
Color information
#AADC32 (or 0xAADC32) is known color: Atlantis. HEX triplet: AA, DC and 32. RGB value is (170,220,50). Sum of RGB (Red+Green+Blue) = 170+220+50=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC32 is #5523CD. Grayscale: #BABABA. Windows color (decimal): -5579726 or 3333290. OLE color: 3333290.
HSL color Cylindrical-coordinate representation of color #AADC32: hue angle of 77.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AADC32 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 50 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.14 |
| HSL | 77.65º | 0.71% | 0.53% | - |
| HSV(B) | 77.65º | 0.77% | 0.86% | - |
| XYZ | 42.75 | 59.96 | 12.34 | - |
| YUV | 185.67 | 51.44 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 50 | 0.23 | 0 | 0.77 | 0.14 | 77.65 | 0.71 | 0.53 |
| Hex | AA | DC | 32 | 17 | 0 | 4D | E | 4E | 47 | 35 |
| Octal | 252 | 334 | 62 | 27 | 0 | 115 | 16 | 116 | 107 | 65 |
| Binary | 10101010 | 11011100 | 110010 | 10111 | 0 | 1001101 | 1110 | 1001110 | 1000111 | 110101 |
Color Harmonies of #AADC32
Complementary color
Monochromatic Colors of #AADC32
Black with #AADC32
Text Example
Text Example
White with #AADC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC32; }
p { color: rgb(170,220,50); }
H1.HeaderClassName
{
color: #AADC32;
}
.AnyTagClassName
{
color: #AADC32;
}
</style>
background-color css
<style>
a { background-color: #AADC32; }
a { background-color: rgb(170,220,50); }
div.DivClassName
{
background-color: #AADC32;
}
.BgClassName
{
background-color: #AADC32;
}
</style>
border-color css
<style>
span { border-color: #AADC32; }
span { border-color: rgb(170,220,50); }
td.TdClassName
{
border-color: #AADC32;
}
.TagClassName
{
border-color: #AADC32;
}
</style>