Shades of Atlantis #AADF32
Tints of Atlantis #AADF32
RGB
CMYK
RGB Variations
Color information
#AADF32 (or 0xAADF32) is known color: Atlantis. HEX triplet: AA, DF and 32. RGB value is (170,223,50). Sum of RGB (Red+Green+Blue) = 170+223+50=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF32 is #5520CD. Grayscale: #BCBCBC. Windows color (decimal): -5578958 or 3334058. OLE color: 3334058.
HSL color Cylindrical-coordinate representation of color #AADF32: hue angle of 78.38º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AADF32 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 50 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.13 |
| HSL | 78.38º | 0.73% | 0.54% | - |
| HSV(B) | 78.38º | 0.78% | 0.87% | - |
| XYZ | 43.54 | 61.55 | 12.6 | - |
| YUV | 187.43 | 50.44 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 50 | 0.24 | 0 | 0.78 | 0.13 | 78.38 | 0.73 | 0.54 |
| Hex | AA | DF | 32 | 18 | 0 | 4E | D | 4E | 49 | 36 |
| Octal | 252 | 337 | 62 | 30 | 0 | 116 | 15 | 116 | 111 | 66 |
| Binary | 10101010 | 11011111 | 110010 | 11000 | 0 | 1001110 | 1101 | 1001110 | 1001001 | 110110 |
Color Harmonies of #AADF32
Complementary color
Monochromatic Colors of #AADF32
Black with #AADF32
Text Example
Text Example
White with #AADF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF32; }
p { color: rgb(170,223,50); }
H1.HeaderClassName
{
color: #AADF32;
}
.AnyTagClassName
{
color: #AADF32;
}
</style>
background-color css
<style>
a { background-color: #AADF32; }
a { background-color: rgb(170,223,50); }
div.DivClassName
{
background-color: #AADF32;
}
.BgClassName
{
background-color: #AADF32;
}
</style>
border-color css
<style>
span { border-color: #AADF32; }
span { border-color: rgb(170,223,50); }
td.TdClassName
{
border-color: #AADF32;
}
.TagClassName
{
border-color: #AADF32;
}
</style>