Shades of Atlantis #A9CE37
Tints of Atlantis #A9CE37
RGB
CMYK
RGB Variations
Color information
#A9CE37 (or 0xA9CE37) is known color: Atlantis. HEX triplet: A9, CE and 37. RGB value is (169,206,55). Sum of RGB (Red+Green+Blue) = 169+206+55=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CE37 is #5631C8. Grayscale: #B2B2B2. Windows color (decimal): -5648841 or 3657385. OLE color: 3657385.
HSL color Cylindrical-coordinate representation of color #A9CE37: hue angle of 74.7º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9CE37 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 55 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.19 |
| HSL | 74.7º | 0.61% | 0.51% | - |
| HSV(B) | 74.7º | 0.73% | 0.81% | - |
| XYZ | 39.12 | 52.85 | 11.75 | - |
| YUV | 177.72 | 58.74 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 55 | 0.18 | 0 | 0.73 | 0.19 | 74.7 | 0.61 | 0.51 |
| Hex | A9 | CE | 37 | 12 | 0 | 49 | 13 | 4B | 3D | 33 |
| Octal | 251 | 316 | 67 | 22 | 0 | 111 | 23 | 113 | 75 | 63 |
| Binary | 10101001 | 11001110 | 110111 | 10010 | 0 | 1001001 | 10011 | 1001011 | 111101 | 110011 |
Color Harmonies of #A9CE37
Complementary color
Monochromatic Colors of #A9CE37
Black with #A9CE37
Text Example
Text Example
White with #A9CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CE37; }
p { color: rgb(169,206,55); }
H1.HeaderClassName
{
color: #A9CE37;
}
.AnyTagClassName
{
color: #A9CE37;
}
</style>
background-color css
<style>
a { background-color: #A9CE37; }
a { background-color: rgb(169,206,55); }
div.DivClassName
{
background-color: #A9CE37;
}
.BgClassName
{
background-color: #A9CE37;
}
</style>
border-color css
<style>
span { border-color: #A9CE37; }
span { border-color: rgb(169,206,55); }
td.TdClassName
{
border-color: #A9CE37;
}
.TagClassName
{
border-color: #A9CE37;
}
</style>