Shades of Atlantis #A9D639
Tints of Atlantis #A9D639
RGB
CMYK
RGB Variations
Color information
#A9D639 (or 0xA9D639) is known color: Atlantis. HEX triplet: A9, D6 and 39. RGB value is (169,214,57). Sum of RGB (Red+Green+Blue) = 169+214+57=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D639 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D639 is #5629C6. Grayscale: #B7B7B7. Windows color (decimal): -5646791 or 3790505. OLE color: 3790505.
HSL color Cylindrical-coordinate representation of color #A9D639: hue angle of 77.2º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9D639 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 214 | 57 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.16 |
| HSL | 77.2º | 0.66% | 0.53% | - |
| HSV(B) | 77.2º | 0.73% | 0.84% | - |
| XYZ | 41.15 | 56.82 | 12.67 | - |
| YUV | 182.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 214 | 57 | 0.21 | 0 | 0.73 | 0.16 | 77.2 | 0.66 | 0.53 |
| Hex | A9 | D6 | 39 | 15 | 0 | 49 | 10 | 4D | 42 | 35 |
| Octal | 251 | 326 | 71 | 25 | 0 | 111 | 20 | 115 | 102 | 65 |
| Binary | 10101001 | 11010110 | 111001 | 10101 | 0 | 1001001 | 10000 | 1001101 | 1000010 | 110101 |
Color Harmonies of #A9D639
Complementary color
Monochromatic Colors of #A9D639
Black with #A9D639
Text Example
Text Example
White with #A9D639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D639; }
p { color: rgb(169,214,57); }
H1.HeaderClassName
{
color: #A9D639;
}
.AnyTagClassName
{
color: #A9D639;
}
</style>
background-color css
<style>
a { background-color: #A9D639; }
a { background-color: rgb(169,214,57); }
div.DivClassName
{
background-color: #A9D639;
}
.BgClassName
{
background-color: #A9D639;
}
</style>
border-color css
<style>
span { border-color: #A9D639; }
span { border-color: rgb(169,214,57); }
td.TdClassName
{
border-color: #A9D639;
}
.TagClassName
{
border-color: #A9D639;
}
</style>