Shades of Atlantis #A2CA51
Tints of Atlantis #A2CA51
RGB
CMYK
RGB Variations
Color information
#A2CA51 (or 0xA2CA51) is known color: Atlantis. HEX triplet: A2, CA and 51. RGB value is (162,202,81). Sum of RGB (Red+Green+Blue) = 162+202+81=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA51 is #5D35AE. Grayscale: #B0B0B0. Windows color (decimal): -6108591 or 5360290. OLE color: 5360290.
HSL color Cylindrical-coordinate representation of color #A2CA51: hue angle of 79.83º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2CA51 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 81 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.21 |
| HSL | 79.83º | 0.53% | 0.55% | - |
| HSV(B) | 79.83º | 0.6% | 0.79% | - |
| XYZ | 37.51 | 50.52 | 15.56 | - |
| YUV | 176.25 | 74.25 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 81 | 0.20 | 0 | 0.60 | 0.21 | 79.83 | 0.53 | 0.55 |
| Hex | A2 | CA | 51 | 14 | 0 | 3C | 15 | 50 | 35 | 37 |
| Octal | 242 | 312 | 121 | 24 | 0 | 74 | 25 | 120 | 65 | 67 |
| Binary | 10100010 | 11001010 | 1010001 | 10100 | 0 | 111100 | 10101 | 1010000 | 110101 | 110111 |
Color Harmonies of #A2CA51
Complementary color
Monochromatic Colors of #A2CA51
Black with #A2CA51
Text Example
Text Example
White with #A2CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA51; }
p { color: rgb(162,202,81); }
H1.HeaderClassName
{
color: #A2CA51;
}
.AnyTagClassName
{
color: #A2CA51;
}
</style>
background-color css
<style>
a { background-color: #A2CA51; }
a { background-color: rgb(162,202,81); }
div.DivClassName
{
background-color: #A2CA51;
}
.BgClassName
{
background-color: #A2CA51;
}
</style>
border-color css
<style>
span { border-color: #A2CA51; }
span { border-color: rgb(162,202,81); }
td.TdClassName
{
border-color: #A2CA51;
}
.TagClassName
{
border-color: #A2CA51;
}
</style>