Shades of Atlantis #AADB34
Tints of Atlantis #AADB34
RGB
CMYK
RGB Variations
Color information
#AADB34 (or 0xAADB34) is known color: Atlantis. HEX triplet: AA, DB and 34. RGB value is (170,219,52). Sum of RGB (Red+Green+Blue) = 170+219+52=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADB34 is #5524CB. Grayscale: #B9B9B9. Windows color (decimal): -5579980 or 3464106. OLE color: 3464106.
HSL color Cylindrical-coordinate representation of color #AADB34: hue angle of 77.6º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AADB34 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 219 | 52 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.14 |
| HSL | 77.6º | 0.7% | 0.53% | - |
| HSV(B) | 77.6º | 0.76% | 0.86% | - |
| XYZ | 42.53 | 59.46 | 12.48 | - |
| YUV | 185.31 | 52.77 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 52 | 0.22 | 0 | 0.76 | 0.14 | 77.6 | 0.7 | 0.53 |
| Hex | AA | DB | 34 | 16 | 0 | 4C | E | 4E | 46 | 35 |
| Octal | 252 | 333 | 64 | 26 | 0 | 114 | 16 | 116 | 106 | 65 |
| Binary | 10101010 | 11011011 | 110100 | 10110 | 0 | 1001100 | 1110 | 1001110 | 1000110 | 110101 |
Color Harmonies of #AADB34
Complementary color
Monochromatic Colors of #AADB34
Black with #AADB34
Text Example
Text Example
White with #AADB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADB34; }
p { color: rgb(170,219,52); }
H1.HeaderClassName
{
color: #AADB34;
}
.AnyTagClassName
{
color: #AADB34;
}
</style>
background-color css
<style>
a { background-color: #AADB34; }
a { background-color: rgb(170,219,52); }
div.DivClassName
{
background-color: #AADB34;
}
.BgClassName
{
background-color: #AADB34;
}
</style>
border-color css
<style>
span { border-color: #AADB34; }
span { border-color: rgb(170,219,52); }
td.TdClassName
{
border-color: #AADB34;
}
.TagClassName
{
border-color: #AADB34;
}
</style>