Shades of Atlantis #A9DB36
Tints of Atlantis #A9DB36
RGB
CMYK
RGB Variations
Color information
#A9DB36 (or 0xA9DB36) is known color: Atlantis. HEX triplet: A9, DB and 36. RGB value is (169,219,54). Sum of RGB (Red+Green+Blue) = 169+219+54=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 54 (21.48% from 255 or 12.22% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DB36 is #5624C9. Grayscale: #B9B9B9. Windows color (decimal): -5645514 or 3595177. OLE color: 3595177.
HSL color Cylindrical-coordinate representation of color #A9DB36: hue angle of 78.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9DB36 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 54 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.14 |
| HSL | 78.18º | 0.7% | 0.54% | - |
| HSV(B) | 78.18º | 0.75% | 0.86% | - |
| XYZ | 42.36 | 59.36 | 12.72 | - |
| YUV | 185.24 | 53.94 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 54 | 0.23 | 0 | 0.75 | 0.14 | 78.18 | 0.7 | 0.54 |
| Hex | A9 | DB | 36 | 17 | 0 | 4B | E | 4E | 46 | 36 |
| Octal | 251 | 333 | 66 | 27 | 0 | 113 | 16 | 116 | 106 | 66 |
| Binary | 10101001 | 11011011 | 110110 | 10111 | 0 | 1001011 | 1110 | 1001110 | 1000110 | 110110 |
Color Harmonies of #A9DB36
Complementary color
Monochromatic Colors of #A9DB36
Black with #A9DB36
Text Example
Text Example
White with #A9DB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DB36; }
p { color: rgb(169,219,54); }
H1.HeaderClassName
{
color: #A9DB36;
}
.AnyTagClassName
{
color: #A9DB36;
}
</style>
background-color css
<style>
a { background-color: #A9DB36; }
a { background-color: rgb(169,219,54); }
div.DivClassName
{
background-color: #A9DB36;
}
.BgClassName
{
background-color: #A9DB36;
}
</style>
border-color css
<style>
span { border-color: #A9DB36; }
span { border-color: rgb(169,219,54); }
td.TdClassName
{
border-color: #A9DB36;
}
.TagClassName
{
border-color: #A9DB36;
}
</style>