Shades of Atlantis #AADC33
Tints of Atlantis #AADC33
RGB
CMYK
RGB Variations
Color information
#AADC33 (or 0xAADC33) is known color: Atlantis. HEX triplet: AA, DC and 33. RGB value is (170,220,51). Sum of RGB (Red+Green+Blue) = 170+220+51=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC33 is #5523CC. Grayscale: #BABABA. Windows color (decimal): -5579725 or 3398826. OLE color: 3398826.
HSL color Cylindrical-coordinate representation of color #AADC33: hue angle of 77.75º 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 #AADC33 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 51 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.14 |
| HSL | 77.75º | 0.71% | 0.53% | - |
| HSV(B) | 77.75º | 0.77% | 0.86% | - |
| XYZ | 42.77 | 59.97 | 12.45 | - |
| YUV | 185.78 | 51.94 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 51 | 0.23 | 0 | 0.77 | 0.14 | 77.75 | 0.71 | 0.53 |
| Hex | AA | DC | 33 | 17 | 0 | 4D | E | 4E | 47 | 35 |
| Octal | 252 | 334 | 63 | 27 | 0 | 115 | 16 | 116 | 107 | 65 |
| Binary | 10101010 | 11011100 | 110011 | 10111 | 0 | 1001101 | 1110 | 1001110 | 1000111 | 110101 |
Color Harmonies of #AADC33
Complementary color
Monochromatic Colors of #AADC33
Black with #AADC33
Text Example
Text Example
White with #AADC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC33; }
p { color: rgb(170,220,51); }
H1.HeaderClassName
{
color: #AADC33;
}
.AnyTagClassName
{
color: #AADC33;
}
</style>
background-color css
<style>
a { background-color: #AADC33; }
a { background-color: rgb(170,220,51); }
div.DivClassName
{
background-color: #AADC33;
}
.BgClassName
{
background-color: #AADC33;
}
</style>
border-color css
<style>
span { border-color: #AADC33; }
span { border-color: rgb(170,220,51); }
td.TdClassName
{
border-color: #AADC33;
}
.TagClassName
{
border-color: #AADC33;
}
</style>