Shades of Atlantis #A9E039
Tints of Atlantis #A9E039
RGB
CMYK
RGB Variations
Color information
#A9E039 (or 0xA9E039) is known color: Atlantis. HEX triplet: A9, E0 and 39. RGB value is (169,224,57). Sum of RGB (Red+Green+Blue) = 169+224+57=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 57 (22.66% from 255 or 12.67% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E039 is #561FC6. Grayscale: #BDBDBD. Windows color (decimal): -5644231 or 3793065. OLE color: 3793065.
HSL color Cylindrical-coordinate representation of color #A9E039: hue angle of 79.76º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9E039 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 224 | 57 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.12 |
| HSL | 79.76º | 0.73% | 0.55% | - |
| HSV(B) | 79.76º | 0.75% | 0.88% | - |
| XYZ | 43.76 | 62.04 | 13.54 | - |
| YUV | 188.52 | 53.78 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 57 | 0.25 | 0 | 0.75 | 0.12 | 79.76 | 0.73 | 0.55 |
| Hex | A9 | E0 | 39 | 19 | 0 | 4B | C | 50 | 49 | 37 |
| Octal | 251 | 340 | 71 | 31 | 0 | 113 | 14 | 120 | 111 | 67 |
| Binary | 10101001 | 11100000 | 111001 | 11001 | 0 | 1001011 | 1100 | 1010000 | 1001001 | 110111 |
Color Harmonies of #A9E039
Complementary color
Monochromatic Colors of #A9E039
Black with #A9E039
Text Example
Text Example
White with #A9E039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E039; }
p { color: rgb(169,224,57); }
H1.HeaderClassName
{
color: #A9E039;
}
.AnyTagClassName
{
color: #A9E039;
}
</style>
background-color css
<style>
a { background-color: #A9E039; }
a { background-color: rgb(169,224,57); }
div.DivClassName
{
background-color: #A9E039;
}
.BgClassName
{
background-color: #A9E039;
}
</style>
border-color css
<style>
span { border-color: #A9E039; }
span { border-color: rgb(169,224,57); }
td.TdClassName
{
border-color: #A9E039;
}
.TagClassName
{
border-color: #A9E039;
}
</style>