Shades of Atlantis #A9D737
Tints of Atlantis #A9D737
RGB
CMYK
RGB Variations
Color information
#A9D737 (or 0xA9D737) is known color: Atlantis. HEX triplet: A9, D7 and 37. RGB value is (169,215,55). Sum of RGB (Red+Green+Blue) = 169+215+55=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D737 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D737 is #5628C8. Grayscale: #B7B7B7. Windows color (decimal): -5646537 or 3659689. OLE color: 3659689.
HSL color Cylindrical-coordinate representation of color #A9D737: hue angle of 77.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A9D737 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 215 | 55 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.16 |
| HSL | 77.25º | 0.67% | 0.53% | - |
| HSV(B) | 77.25º | 0.74% | 0.84% | - |
| XYZ | 41.35 | 57.31 | 12.5 | - |
| YUV | 183.01 | 55.76 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 55 | 0.21 | 0 | 0.74 | 0.16 | 77.25 | 0.67 | 0.53 |
| Hex | A9 | D7 | 37 | 15 | 0 | 4A | 10 | 4D | 43 | 35 |
| Octal | 251 | 327 | 67 | 25 | 0 | 112 | 20 | 115 | 103 | 65 |
| Binary | 10101001 | 11010111 | 110111 | 10101 | 0 | 1001010 | 10000 | 1001101 | 1000011 | 110101 |
Color Harmonies of #A9D737
Complementary color
Monochromatic Colors of #A9D737
Black with #A9D737
Text Example
Text Example
White with #A9D737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D737; }
p { color: rgb(169,215,55); }
H1.HeaderClassName
{
color: #A9D737;
}
.AnyTagClassName
{
color: #A9D737;
}
</style>
background-color css
<style>
a { background-color: #A9D737; }
a { background-color: rgb(169,215,55); }
div.DivClassName
{
background-color: #A9D737;
}
.BgClassName
{
background-color: #A9D737;
}
</style>
border-color css
<style>
span { border-color: #A9D737; }
span { border-color: rgb(169,215,55); }
td.TdClassName
{
border-color: #A9D737;
}
.TagClassName
{
border-color: #A9D737;
}
</style>