Shades of Atlantis #A2CA4D
Tints of Atlantis #A2CA4D
RGB
CMYK
RGB Variations
Color information
#A2CA4D (or 0xA2CA4D) is known color: Atlantis. HEX triplet: A2, CA and 4D. RGB value is (162,202,77). Sum of RGB (Red+Green+Blue) = 162+202+77=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CA4D is #5D35B2. Grayscale: #B0B0B0. Windows color (decimal): -6108595 or 5098146. OLE color: 5098146.
HSL color Cylindrical-coordinate representation of color #A2CA4D: hue angle of 79.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2CA4D is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 77 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.21 |
| HSL | 79.2º | 0.54% | 0.55% | - |
| HSV(B) | 79.2º | 0.62% | 0.79% | - |
| XYZ | 37.36 | 50.46 | 14.79 | - |
| YUV | 175.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 77 | 0.20 | 0 | 0.62 | 0.21 | 79.2 | 0.54 | 0.55 |
| Hex | A2 | CA | 4D | 14 | 0 | 3E | 15 | 4F | 36 | 37 |
| Octal | 242 | 312 | 115 | 24 | 0 | 76 | 25 | 117 | 66 | 67 |
| Binary | 10100010 | 11001010 | 1001101 | 10100 | 0 | 111110 | 10101 | 1001111 | 110110 | 110111 |
Color Harmonies of #A2CA4D
Complementary color
Monochromatic Colors of #A2CA4D
Black with #A2CA4D
Text Example
Text Example
White with #A2CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA4D; }
p { color: rgb(162,202,77); }
H1.HeaderClassName
{
color: #A2CA4D;
}
.AnyTagClassName
{
color: #A2CA4D;
}
</style>
background-color css
<style>
a { background-color: #A2CA4D; }
a { background-color: rgb(162,202,77); }
div.DivClassName
{
background-color: #A2CA4D;
}
.BgClassName
{
background-color: #A2CA4D;
}
</style>
border-color css
<style>
span { border-color: #A2CA4D; }
span { border-color: rgb(162,202,77); }
td.TdClassName
{
border-color: #A2CA4D;
}
.TagClassName
{
border-color: #A2CA4D;
}
</style>