Shades of Atlantis #AADF37
Tints of Atlantis #AADF37
RGB
CMYK
RGB Variations
Color information
#AADF37 (or 0xAADF37) is known color: Atlantis. HEX triplet: AA, DF and 37. RGB value is (170,223,55). Sum of RGB (Red+Green+Blue) = 170+223+55=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF37 is #5520C8. Grayscale: #BCBCBC. Windows color (decimal): -5578953 or 3661738. OLE color: 3661738.
HSL color Cylindrical-coordinate representation of color #AADF37: hue angle of 78.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AADF37 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 55 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.13 |
| HSL | 78.93º | 0.72% | 0.55% | - |
| HSV(B) | 78.93º | 0.75% | 0.87% | - |
| XYZ | 43.65 | 61.6 | 13.2 | - |
| YUV | 188 | 52.94 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 55 | 0.24 | 0 | 0.75 | 0.13 | 78.93 | 0.72 | 0.55 |
| Hex | AA | DF | 37 | 18 | 0 | 4B | D | 4F | 48 | 37 |
| Octal | 252 | 337 | 67 | 30 | 0 | 113 | 15 | 117 | 110 | 67 |
| Binary | 10101010 | 11011111 | 110111 | 11000 | 0 | 1001011 | 1101 | 1001111 | 1001000 | 110111 |
Color Harmonies of #AADF37
Complementary color
Monochromatic Colors of #AADF37
Black with #AADF37
Text Example
Text Example
White with #AADF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF37; }
p { color: rgb(170,223,55); }
H1.HeaderClassName
{
color: #AADF37;
}
.AnyTagClassName
{
color: #AADF37;
}
</style>
background-color css
<style>
a { background-color: #AADF37; }
a { background-color: rgb(170,223,55); }
div.DivClassName
{
background-color: #AADF37;
}
.BgClassName
{
background-color: #AADF37;
}
</style>
border-color css
<style>
span { border-color: #AADF37; }
span { border-color: rgb(170,223,55); }
td.TdClassName
{
border-color: #AADF37;
}
.TagClassName
{
border-color: #AADF37;
}
</style>