Shades of Atlantis #AADC36
Tints of Atlantis #AADC36
RGB
CMYK
RGB Variations
Color information
#AADC36 (or 0xAADC36) is known color: Atlantis. HEX triplet: AA, DC and 36. RGB value is (170,220,54). Sum of RGB (Red+Green+Blue) = 170+220+54=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC36 is #5523C9. Grayscale: #BABABA. Windows color (decimal): -5579722 or 3595434. OLE color: 3595434.
HSL color Cylindrical-coordinate representation of color #AADC36: hue angle of 78.07º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AADC36 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 54 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.14 |
| HSL | 78.07º | 0.7% | 0.54% | - |
| HSV(B) | 78.07º | 0.75% | 0.86% | - |
| XYZ | 42.84 | 60 | 12.81 | - |
| YUV | 186.13 | 53.44 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 54 | 0.23 | 0 | 0.75 | 0.14 | 78.07 | 0.7 | 0.54 |
| Hex | AA | DC | 36 | 17 | 0 | 4B | E | 4E | 46 | 36 |
| Octal | 252 | 334 | 66 | 27 | 0 | 113 | 16 | 116 | 106 | 66 |
| Binary | 10101010 | 11011100 | 110110 | 10111 | 0 | 1001011 | 1110 | 1001110 | 1000110 | 110110 |
Color Harmonies of #AADC36
Complementary color
Monochromatic Colors of #AADC36
Black with #AADC36
Text Example
Text Example
White with #AADC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC36; }
p { color: rgb(170,220,54); }
H1.HeaderClassName
{
color: #AADC36;
}
.AnyTagClassName
{
color: #AADC36;
}
</style>
background-color css
<style>
a { background-color: #AADC36; }
a { background-color: rgb(170,220,54); }
div.DivClassName
{
background-color: #AADC36;
}
.BgClassName
{
background-color: #AADC36;
}
</style>
border-color css
<style>
span { border-color: #AADC36; }
span { border-color: rgb(170,220,54); }
td.TdClassName
{
border-color: #AADC36;
}
.TagClassName
{
border-color: #AADC36;
}
</style>