Shades of Atlantis #A9DE32
Tints of Atlantis #A9DE32
RGB
CMYK
RGB Variations
Color information
#A9DE32 (or 0xA9DE32) is known color: Atlantis. HEX triplet: A9, DE and 32. RGB value is (169,222,50). Sum of RGB (Red+Green+Blue) = 169+222+50=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DE32 is #5621CD. Grayscale: #BBBBBB. Windows color (decimal): -5644750 or 3333801. OLE color: 3333801.
HSL color Cylindrical-coordinate representation of color #A9DE32: hue angle of 78.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A9DE32 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 222 | 50 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.13 |
| HSL | 78.49º | 0.72% | 0.53% | - |
| HSV(B) | 78.49º | 0.77% | 0.87% | - |
| XYZ | 43.06 | 60.91 | 12.5 | - |
| YUV | 186.55 | 50.94 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 222 | 50 | 0.24 | 0 | 0.77 | 0.13 | 78.49 | 0.72 | 0.53 |
| Hex | A9 | DE | 32 | 18 | 0 | 4D | D | 4E | 48 | 35 |
| Octal | 251 | 336 | 62 | 30 | 0 | 115 | 15 | 116 | 110 | 65 |
| Binary | 10101001 | 11011110 | 110010 | 11000 | 0 | 1001101 | 1101 | 1001110 | 1001000 | 110101 |
Color Harmonies of #A9DE32
Complementary color
Monochromatic Colors of #A9DE32
Black with #A9DE32
Text Example
Text Example
White with #A9DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DE32; }
p { color: rgb(169,222,50); }
H1.HeaderClassName
{
color: #A9DE32;
}
.AnyTagClassName
{
color: #A9DE32;
}
</style>
background-color css
<style>
a { background-color: #A9DE32; }
a { background-color: rgb(169,222,50); }
div.DivClassName
{
background-color: #A9DE32;
}
.BgClassName
{
background-color: #A9DE32;
}
</style>
border-color css
<style>
span { border-color: #A9DE32; }
span { border-color: rgb(169,222,50); }
td.TdClassName
{
border-color: #A9DE32;
}
.TagClassName
{
border-color: #A9DE32;
}
</style>