Shades of Atlantis #A9CA3E
Tints of Atlantis #A9CA3E
RGB
CMYK
RGB Variations
Color information
#A9CA3E (or 0xA9CA3E) is known color: Atlantis. HEX triplet: A9, CA and 3E. RGB value is (169,202,62). Sum of RGB (Red+Green+Blue) = 169+202+62=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CA3E is #5635C1. Grayscale: #B0B0B0. Windows color (decimal): -5649858 or 4115113. OLE color: 4115113.
HSL color Cylindrical-coordinate representation of color #A9CA3E: hue angle of 74.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9CA3E is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 202 | 62 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.21 |
| HSL | 74.14º | 0.57% | 0.52% | - |
| HSV(B) | 74.14º | 0.69% | 0.79% | - |
| XYZ | 38.35 | 51.02 | 12.38 | - |
| YUV | 176.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 202 | 62 | 0.16 | 0 | 0.69 | 0.21 | 74.14 | 0.57 | 0.52 |
| Hex | A9 | CA | 3E | 10 | 0 | 45 | 15 | 4A | 39 | 34 |
| Octal | 251 | 312 | 76 | 20 | 0 | 105 | 25 | 112 | 71 | 64 |
| Binary | 10101001 | 11001010 | 111110 | 10000 | 0 | 1000101 | 10101 | 1001010 | 111001 | 110100 |
Color Harmonies of #A9CA3E
Complementary color
Monochromatic Colors of #A9CA3E
Black with #A9CA3E
Text Example
Text Example
White with #A9CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CA3E; }
p { color: rgb(169,202,62); }
H1.HeaderClassName
{
color: #A9CA3E;
}
.AnyTagClassName
{
color: #A9CA3E;
}
</style>
background-color css
<style>
a { background-color: #A9CA3E; }
a { background-color: rgb(169,202,62); }
div.DivClassName
{
background-color: #A9CA3E;
}
.BgClassName
{
background-color: #A9CA3E;
}
</style>
border-color css
<style>
span { border-color: #A9CA3E; }
span { border-color: rgb(169,202,62); }
td.TdClassName
{
border-color: #A9CA3E;
}
.TagClassName
{
border-color: #A9CA3E;
}
</style>