Shades of Atlantis #A9DF2F
Tints of Atlantis #A9DF2F
RGB
CMYK
RGB Variations
Color information
#A9DF2F (or 0xA9DF2F) is known color: Atlantis. HEX triplet: A9, DF and 2F. RGB value is (169,223,47). Sum of RGB (Red+Green+Blue) = 169+223+47=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DF2F is #5620D0. Grayscale: #BBBBBB. Windows color (decimal): -5644497 or 3137449. OLE color: 3137449.
HSL color Cylindrical-coordinate representation of color #A9DF2F: hue angle of 78.41º 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 #A9DF2F is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 47 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.13 |
| HSL | 78.41º | 0.73% | 0.53% | - |
| HSV(B) | 78.41º | 0.79% | 0.87% | - |
| XYZ | 43.26 | 61.42 | 12.26 | - |
| YUV | 186.79 | 49.11 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 47 | 0.24 | 0 | 0.79 | 0.13 | 78.41 | 0.73 | 0.53 |
| Hex | A9 | DF | 2F | 18 | 0 | 4F | D | 4E | 49 | 35 |
| Octal | 251 | 337 | 57 | 30 | 0 | 117 | 15 | 116 | 111 | 65 |
| Binary | 10101001 | 11011111 | 101111 | 11000 | 0 | 1001111 | 1101 | 1001110 | 1001001 | 110101 |
Color Harmonies of #A9DF2F
Complementary color
Monochromatic Colors of #A9DF2F
Black with #A9DF2F
Text Example
Text Example
White with #A9DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF2F; }
p { color: rgb(169,223,47); }
H1.HeaderClassName
{
color: #A9DF2F;
}
.AnyTagClassName
{
color: #A9DF2F;
}
</style>
background-color css
<style>
a { background-color: #A9DF2F; }
a { background-color: rgb(169,223,47); }
div.DivClassName
{
background-color: #A9DF2F;
}
.BgClassName
{
background-color: #A9DF2F;
}
</style>
border-color css
<style>
span { border-color: #A9DF2F; }
span { border-color: rgb(169,223,47); }
td.TdClassName
{
border-color: #A9DF2F;
}
.TagClassName
{
border-color: #A9DF2F;
}
</style>