Shades of Atlantis #A9E435
Tints of Atlantis #A9E435
RGB
CMYK
RGB Variations
Color information
#A9E435 (or 0xA9E435) is known color: Atlantis. HEX triplet: A9, E4 and 35. RGB value is (169,228,53). Sum of RGB (Red+Green+Blue) = 169+228+53=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #A9E435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E435 is #561BCA. Grayscale: #BFBFBF. Windows color (decimal): -5643211 or 3531945. OLE color: 3531945.
HSL color Cylindrical-coordinate representation of color #A9E435: hue angle of 80.23º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9E435 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 228 | 53 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.11 |
| HSL | 80.23º | 0.76% | 0.55% | - |
| HSV(B) | 80.23º | 0.77% | 0.89% | - |
| XYZ | 44.75 | 64.18 | 13.4 | - |
| YUV | 190.41 | 50.45 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 228 | 53 | 0.26 | 0 | 0.77 | 0.11 | 80.23 | 0.76 | 0.55 |
| Hex | A9 | E4 | 35 | 1A | 0 | 4D | B | 50 | 4C | 37 |
| Octal | 251 | 344 | 65 | 32 | 0 | 115 | 13 | 120 | 114 | 67 |
| Binary | 10101001 | 11100100 | 110101 | 11010 | 0 | 1001101 | 1011 | 1010000 | 1001100 | 110111 |
Color Harmonies of #A9E435
Complementary color
Monochromatic Colors of #A9E435
Black with #A9E435
Text Example
Text Example
White with #A9E435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E435; }
p { color: rgb(169,228,53); }
H1.HeaderClassName
{
color: #A9E435;
}
.AnyTagClassName
{
color: #A9E435;
}
</style>
background-color css
<style>
a { background-color: #A9E435; }
a { background-color: rgb(169,228,53); }
div.DivClassName
{
background-color: #A9E435;
}
.BgClassName
{
background-color: #A9E435;
}
</style>
border-color css
<style>
span { border-color: #A9E435; }
span { border-color: rgb(169,228,53); }
td.TdClassName
{
border-color: #A9E435;
}
.TagClassName
{
border-color: #A9E435;
}
</style>