Shades of Atlantis #A9E330
Tints of Atlantis #A9E330
RGB
CMYK
RGB Variations
Color information
#A9E330 (or 0xA9E330) is known color: Atlantis. HEX triplet: A9, E3 and 30. RGB value is (169,227,48). Sum of RGB (Red+Green+Blue) = 169+227+48=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #A9E330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E330 is #561CCF. Grayscale: #BDBDBD. Windows color (decimal): -5643472 or 3204009. OLE color: 3204009.
HSL color Cylindrical-coordinate representation of color #A9E330: hue angle of 79.44º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A9E330 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 227 | 48 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.11 |
| HSL | 79.44º | 0.76% | 0.54% | - |
| HSV(B) | 79.44º | 0.79% | 0.89% | - |
| XYZ | 44.36 | 63.59 | 12.73 | - |
| YUV | 189.25 | 48.28 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 227 | 48 | 0.26 | 0 | 0.79 | 0.11 | 79.44 | 0.76 | 0.54 |
| Hex | A9 | E3 | 30 | 1A | 0 | 4F | B | 4F | 4C | 36 |
| Octal | 251 | 343 | 60 | 32 | 0 | 117 | 13 | 117 | 114 | 66 |
| Binary | 10101001 | 11100011 | 110000 | 11010 | 0 | 1001111 | 1011 | 1001111 | 1001100 | 110110 |
Color Harmonies of #A9E330
Complementary color
Monochromatic Colors of #A9E330
Black with #A9E330
Text Example
Text Example
White with #A9E330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E330; }
p { color: rgb(169,227,48); }
H1.HeaderClassName
{
color: #A9E330;
}
.AnyTagClassName
{
color: #A9E330;
}
</style>
background-color css
<style>
a { background-color: #A9E330; }
a { background-color: rgb(169,227,48); }
div.DivClassName
{
background-color: #A9E330;
}
.BgClassName
{
background-color: #A9E330;
}
</style>
border-color css
<style>
span { border-color: #A9E330; }
span { border-color: rgb(169,227,48); }
td.TdClassName
{
border-color: #A9E330;
}
.TagClassName
{
border-color: #A9E330;
}
</style>