Shades of Atlantis #A9DF36
Tints of Atlantis #A9DF36
RGB
CMYK
RGB Variations
Color information
#A9DF36 (or 0xA9DF36) is known color: Atlantis. HEX triplet: A9, DF and 36. RGB value is (169,223,54). Sum of RGB (Red+Green+Blue) = 169+223+54=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #A9DF36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DF36 is #5620C9. Grayscale: #BCBCBC. Windows color (decimal): -5644490 or 3596201. OLE color: 3596201.
HSL color Cylindrical-coordinate representation of color #A9DF36: hue angle of 79.17º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9DF36 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 223 | 54 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.13 |
| HSL | 79.17º | 0.73% | 0.54% | - |
| HSV(B) | 79.17º | 0.76% | 0.87% | - |
| XYZ | 43.42 | 61.48 | 13.07 | - |
| YUV | 187.59 | 52.61 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 223 | 54 | 0.24 | 0 | 0.76 | 0.13 | 79.17 | 0.73 | 0.54 |
| Hex | A9 | DF | 36 | 18 | 0 | 4C | D | 4F | 49 | 36 |
| Octal | 251 | 337 | 66 | 30 | 0 | 114 | 15 | 117 | 111 | 66 |
| Binary | 10101001 | 11011111 | 110110 | 11000 | 0 | 1001100 | 1101 | 1001111 | 1001001 | 110110 |
Color Harmonies of #A9DF36
Complementary color
Monochromatic Colors of #A9DF36
Black with #A9DF36
Text Example
Text Example
White with #A9DF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DF36; }
p { color: rgb(169,223,54); }
H1.HeaderClassName
{
color: #A9DF36;
}
.AnyTagClassName
{
color: #A9DF36;
}
</style>
background-color css
<style>
a { background-color: #A9DF36; }
a { background-color: rgb(169,223,54); }
div.DivClassName
{
background-color: #A9DF36;
}
.BgClassName
{
background-color: #A9DF36;
}
</style>
border-color css
<style>
span { border-color: #A9DF36; }
span { border-color: rgb(169,223,54); }
td.TdClassName
{
border-color: #A9DF36;
}
.TagClassName
{
border-color: #A9DF36;
}
</style>