Shades of Atlantis #A9E236
Tints of Atlantis #A9E236
RGB
CMYK
RGB Variations
Color information
#A9E236 (or 0xA9E236) is known color: Atlantis. HEX triplet: A9, E2 and 36. RGB value is (169,226,54). Sum of RGB (Red+Green+Blue) = 169+226+54=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #A9E236 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E236 is #561DC9. Grayscale: #BDBDBD. Windows color (decimal): -5643722 or 3596969. OLE color: 3596969.
HSL color Cylindrical-coordinate representation of color #A9E236: hue angle of 79.88º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9E236 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 226 | 54 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.11 |
| HSL | 79.88º | 0.75% | 0.55% | - |
| HSV(B) | 79.88º | 0.76% | 0.89% | - |
| XYZ | 44.22 | 63.09 | 13.34 | - |
| YUV | 189.35 | 51.62 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 226 | 54 | 0.25 | 0 | 0.76 | 0.11 | 79.88 | 0.75 | 0.55 |
| Hex | A9 | E2 | 36 | 19 | 0 | 4C | B | 50 | 4B | 37 |
| Octal | 251 | 342 | 66 | 31 | 0 | 114 | 13 | 120 | 113 | 67 |
| Binary | 10101001 | 11100010 | 110110 | 11001 | 0 | 1001100 | 1011 | 1010000 | 1001011 | 110111 |
Color Harmonies of #A9E236
Complementary color
Monochromatic Colors of #A9E236
Black with #A9E236
Text Example
Text Example
White with #A9E236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E236; }
p { color: rgb(169,226,54); }
H1.HeaderClassName
{
color: #A9E236;
}
.AnyTagClassName
{
color: #A9E236;
}
</style>
background-color css
<style>
a { background-color: #A9E236; }
a { background-color: rgb(169,226,54); }
div.DivClassName
{
background-color: #A9E236;
}
.BgClassName
{
background-color: #A9E236;
}
</style>
border-color css
<style>
span { border-color: #A9E236; }
span { border-color: rgb(169,226,54); }
td.TdClassName
{
border-color: #A9E236;
}
.TagClassName
{
border-color: #A9E236;
}
</style>