Shades of Atlantis #A2CA3E
Tints of Atlantis #A2CA3E
RGB
CMYK
RGB Variations
Color information
#A2CA3E (or 0xA2CA3E) is known color: Atlantis. HEX triplet: A2, CA and 3E. RGB value is (162,202,62). Sum of RGB (Red+Green+Blue) = 162+202+62=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA3E is #5D35C1. Grayscale: #AEAEAE. Windows color (decimal): -6108610 or 4115106. OLE color: 4115106.
HSL color Cylindrical-coordinate representation of color #A2CA3E: hue angle of 77.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 #A2CA3E is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 62 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.21 |
| HSL | 77.14º | 0.57% | 0.52% | - |
| HSV(B) | 77.14º | 0.69% | 0.79% | - |
| XYZ | 36.89 | 50.27 | 12.32 | - |
| YUV | 174.08 | 64.75 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 62 | 0.20 | 0 | 0.69 | 0.21 | 77.14 | 0.57 | 0.52 |
| Hex | A2 | CA | 3E | 14 | 0 | 45 | 15 | 4D | 39 | 34 |
| Octal | 242 | 312 | 76 | 24 | 0 | 105 | 25 | 115 | 71 | 64 |
| Binary | 10100010 | 11001010 | 111110 | 10100 | 0 | 1000101 | 10101 | 1001101 | 111001 | 110100 |
Color Harmonies of #A2CA3E
Complementary color
Monochromatic Colors of #A2CA3E
Black with #A2CA3E
Text Example
Text Example
White with #A2CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA3E; }
p { color: rgb(162,202,62); }
H1.HeaderClassName
{
color: #A2CA3E;
}
.AnyTagClassName
{
color: #A2CA3E;
}
</style>
background-color css
<style>
a { background-color: #A2CA3E; }
a { background-color: rgb(162,202,62); }
div.DivClassName
{
background-color: #A2CA3E;
}
.BgClassName
{
background-color: #A2CA3E;
}
</style>
border-color css
<style>
span { border-color: #A2CA3E; }
span { border-color: rgb(162,202,62); }
td.TdClassName
{
border-color: #A2CA3E;
}
.TagClassName
{
border-color: #A2CA3E;
}
</style>