Shades of Atlantis #A9D436
Tints of Atlantis #A9D436
RGB
CMYK
RGB Variations
Color information
#A9D436 (or 0xA9D436) is known color: Atlantis. HEX triplet: A9, D4 and 36. RGB value is (169,212,54). Sum of RGB (Red+Green+Blue) = 169+212+54=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D436 is #562BC9. Grayscale: #B5B5B5. Windows color (decimal): -5647306 or 3593385. OLE color: 3593385.
HSL color Cylindrical-coordinate representation of color #A9D436: hue angle of 76.33º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9D436 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 212 | 54 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.17 |
| HSL | 76.33º | 0.65% | 0.52% | - |
| HSV(B) | 76.33º | 0.75% | 0.83% | - |
| XYZ | 40.57 | 55.79 | 12.12 | - |
| YUV | 181.13 | 56.25 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 212 | 54 | 0.20 | 0 | 0.75 | 0.17 | 76.33 | 0.65 | 0.52 |
| Hex | A9 | D4 | 36 | 14 | 0 | 4B | 11 | 4C | 41 | 34 |
| Octal | 251 | 324 | 66 | 24 | 0 | 113 | 21 | 114 | 101 | 64 |
| Binary | 10101001 | 11010100 | 110110 | 10100 | 0 | 1001011 | 10001 | 1001100 | 1000001 | 110100 |
Color Harmonies of #A9D436
Complementary color
Monochromatic Colors of #A9D436
Black with #A9D436
Text Example
Text Example
White with #A9D436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D436; }
p { color: rgb(169,212,54); }
H1.HeaderClassName
{
color: #A9D436;
}
.AnyTagClassName
{
color: #A9D436;
}
</style>
background-color css
<style>
a { background-color: #A9D436; }
a { background-color: rgb(169,212,54); }
div.DivClassName
{
background-color: #A9D436;
}
.BgClassName
{
background-color: #A9D436;
}
</style>
border-color css
<style>
span { border-color: #A9D436; }
span { border-color: rgb(169,212,54); }
td.TdClassName
{
border-color: #A9D436;
}
.TagClassName
{
border-color: #A9D436;
}
</style>