Shades of Atlantis #A9D243
Tints of Atlantis #A9D243
RGB
CMYK
RGB Variations
Color information
#A9D243 (or 0xA9D243) is known color: Atlantis. HEX triplet: A9, D2 and 43. RGB value is (169,210,67). Sum of RGB (Red+Green+Blue) = 169+210+67=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #A9D243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D243 is #562DBC. Grayscale: #B5B5B5. Windows color (decimal): -5647805 or 4444841. OLE color: 4444841.
HSL color Cylindrical-coordinate representation of color #A9D243: hue angle of 77.2º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9D243 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 210 | 67 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.18 |
| HSL | 77.2º | 0.61% | 0.54% | - |
| HSV(B) | 77.2º | 0.68% | 0.82% | - |
| XYZ | 40.42 | 54.93 | 13.78 | - |
| YUV | 181.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 210 | 67 | 0.20 | 0 | 0.68 | 0.18 | 77.2 | 0.61 | 0.54 |
| Hex | A9 | D2 | 43 | 14 | 0 | 44 | 12 | 4D | 3D | 36 |
| Octal | 251 | 322 | 103 | 24 | 0 | 104 | 22 | 115 | 75 | 66 |
| Binary | 10101001 | 11010010 | 1000011 | 10100 | 0 | 1000100 | 10010 | 1001101 | 111101 | 110110 |
Color Harmonies of #A9D243
Complementary color
Monochromatic Colors of #A9D243
Black with #A9D243
Text Example
Text Example
White with #A9D243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D243; }
p { color: rgb(169,210,67); }
H1.HeaderClassName
{
color: #A9D243;
}
.AnyTagClassName
{
color: #A9D243;
}
</style>
background-color css
<style>
a { background-color: #A9D243; }
a { background-color: rgb(169,210,67); }
div.DivClassName
{
background-color: #A9D243;
}
.BgClassName
{
background-color: #A9D243;
}
</style>
border-color css
<style>
span { border-color: #A9D243; }
span { border-color: rgb(169,210,67); }
td.TdClassName
{
border-color: #A9D243;
}
.TagClassName
{
border-color: #A9D243;
}
</style>