Shades of Atlantis #A9D33D
Tints of Atlantis #A9D33D
RGB
CMYK
RGB Variations
Color information
#A9D33D (or 0xA9D33D) is known color: Atlantis. HEX triplet: A9, D3 and 3D. RGB value is (169,211,61). Sum of RGB (Red+Green+Blue) = 169+211+61=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #A9D33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D33D is #562CC2. Grayscale: #B5B5B5. Windows color (decimal): -5647555 or 4051881. OLE color: 4051881.
HSL color Cylindrical-coordinate representation of color #A9D33D: hue angle of 76.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9D33D is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 211 | 61 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.17 |
| HSL | 76.8º | 0.63% | 0.53% | - |
| HSV(B) | 76.8º | 0.71% | 0.83% | - |
| XYZ | 40.5 | 55.36 | 12.97 | - |
| YUV | 181.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 211 | 61 | 0.20 | 0 | 0.71 | 0.17 | 76.8 | 0.63 | 0.53 |
| Hex | A9 | D3 | 3D | 14 | 0 | 47 | 11 | 4D | 3F | 35 |
| Octal | 251 | 323 | 75 | 24 | 0 | 107 | 21 | 115 | 77 | 65 |
| Binary | 10101001 | 11010011 | 111101 | 10100 | 0 | 1000111 | 10001 | 1001101 | 111111 | 110101 |
Color Harmonies of #A9D33D
Complementary color
Monochromatic Colors of #A9D33D
Black with #A9D33D
Text Example
Text Example
White with #A9D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D33D; }
p { color: rgb(169,211,61); }
H1.HeaderClassName
{
color: #A9D33D;
}
.AnyTagClassName
{
color: #A9D33D;
}
</style>
background-color css
<style>
a { background-color: #A9D33D; }
a { background-color: rgb(169,211,61); }
div.DivClassName
{
background-color: #A9D33D;
}
.BgClassName
{
background-color: #A9D33D;
}
</style>
border-color css
<style>
span { border-color: #A9D33D; }
span { border-color: rgb(169,211,61); }
td.TdClassName
{
border-color: #A9D33D;
}
.TagClassName
{
border-color: #A9D33D;
}
</style>