Shades of Atlantis #A9E038
Tints of Atlantis #A9E038
RGB
CMYK
RGB Variations
Color information
#A9E038 (or 0xA9E038) is known color: Atlantis. HEX triplet: A9, E0 and 38. RGB value is (169,224,56). Sum of RGB (Red+Green+Blue) = 169+224+56=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 56 (22.27% from 255 or 12.47% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E038 is #561FC7. Grayscale: #BDBDBD. Windows color (decimal): -5644232 or 3727529. OLE color: 3727529.
HSL color Cylindrical-coordinate representation of color #A9E038: hue angle of 79.64º 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 #A9E038 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 224 | 56 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.12 |
| HSL | 79.64º | 0.73% | 0.55% | - |
| HSV(B) | 79.64º | 0.75% | 0.88% | - |
| XYZ | 43.73 | 62.03 | 13.41 | - |
| YUV | 188.4 | 53.28 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 56 | 0.25 | 0 | 0.75 | 0.12 | 79.64 | 0.73 | 0.55 |
| Hex | A9 | E0 | 38 | 19 | 0 | 4B | C | 50 | 49 | 37 |
| Octal | 251 | 340 | 70 | 31 | 0 | 113 | 14 | 120 | 111 | 67 |
| Binary | 10101001 | 11100000 | 111000 | 11001 | 0 | 1001011 | 1100 | 1010000 | 1001001 | 110111 |
Color Harmonies of #A9E038
Complementary color
Monochromatic Colors of #A9E038
Black with #A9E038
Text Example
Text Example
White with #A9E038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E038; }
p { color: rgb(169,224,56); }
H1.HeaderClassName
{
color: #A9E038;
}
.AnyTagClassName
{
color: #A9E038;
}
</style>
background-color css
<style>
a { background-color: #A9E038; }
a { background-color: rgb(169,224,56); }
div.DivClassName
{
background-color: #A9E038;
}
.BgClassName
{
background-color: #A9E038;
}
</style>
border-color css
<style>
span { border-color: #A9E038; }
span { border-color: rgb(169,224,56); }
td.TdClassName
{
border-color: #A9E038;
}
.TagClassName
{
border-color: #A9E038;
}
</style>