Shades of Atlantis #AADF2F
Tints of Atlantis #AADF2F
RGB
CMYK
RGB Variations
Color information
#AADF2F (or 0xAADF2F) is known color: Atlantis. HEX triplet: AA, DF and 2F. RGB value is (170,223,47). Sum of RGB (Red+Green+Blue) = 170+223+47=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF2F is #5520D0. Grayscale: #BBBBBB. Windows color (decimal): -5578961 or 3137450. OLE color: 3137450.
HSL color Cylindrical-coordinate representation of color #AADF2F: hue angle of 78.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AADF2F is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 47 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.13 |
| HSL | 78.07º | 0.73% | 0.53% | - |
| HSV(B) | 78.07º | 0.79% | 0.87% | - |
| XYZ | 43.48 | 61.53 | 12.27 | - |
| YUV | 187.09 | 48.94 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 47 | 0.24 | 0 | 0.79 | 0.13 | 78.07 | 0.73 | 0.53 |
| Hex | AA | DF | 2F | 18 | 0 | 4F | D | 4E | 49 | 35 |
| Octal | 252 | 337 | 57 | 30 | 0 | 117 | 15 | 116 | 111 | 65 |
| Binary | 10101010 | 11011111 | 101111 | 11000 | 0 | 1001111 | 1101 | 1001110 | 1001001 | 110101 |
Color Harmonies of #AADF2F
Complementary color
Monochromatic Colors of #AADF2F
Black with #AADF2F
Text Example
Text Example
White with #AADF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF2F; }
p { color: rgb(170,223,47); }
H1.HeaderClassName
{
color: #AADF2F;
}
.AnyTagClassName
{
color: #AADF2F;
}
</style>
background-color css
<style>
a { background-color: #AADF2F; }
a { background-color: rgb(170,223,47); }
div.DivClassName
{
background-color: #AADF2F;
}
.BgClassName
{
background-color: #AADF2F;
}
</style>
border-color css
<style>
span { border-color: #AADF2F; }
span { border-color: rgb(170,223,47); }
td.TdClassName
{
border-color: #AADF2F;
}
.TagClassName
{
border-color: #AADF2F;
}
</style>