Shades of Atlantis #A2CA4A
Tints of Atlantis #A2CA4A
RGB
CMYK
RGB Variations
Color information
#A2CA4A (or 0xA2CA4A) is known color: Atlantis. HEX triplet: A2, CA and 4A. RGB value is (162,202,74). Sum of RGB (Red+Green+Blue) = 162+202+74=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA4A is #5D35B5. Grayscale: #AFAFAF. Windows color (decimal): -6108598 or 4901538. OLE color: 4901538.
HSL color Cylindrical-coordinate representation of color #A2CA4A: hue angle of 78.75º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2CA4A is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 74 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.21 |
| HSL | 78.75º | 0.55% | 0.54% | - |
| HSV(B) | 78.75º | 0.63% | 0.79% | - |
| XYZ | 37.26 | 50.42 | 14.25 | - |
| YUV | 175.45 | 70.75 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 74 | 0.20 | 0 | 0.63 | 0.21 | 78.75 | 0.55 | 0.54 |
| Hex | A2 | CA | 4A | 14 | 0 | 3F | 15 | 4F | 37 | 36 |
| Octal | 242 | 312 | 112 | 24 | 0 | 77 | 25 | 117 | 67 | 66 |
| Binary | 10100010 | 11001010 | 1001010 | 10100 | 0 | 111111 | 10101 | 1001111 | 110111 | 110110 |
Color Harmonies of #A2CA4A
Complementary color
Monochromatic Colors of #A2CA4A
Black with #A2CA4A
Text Example
Text Example
White with #A2CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA4A; }
p { color: rgb(162,202,74); }
H1.HeaderClassName
{
color: #A2CA4A;
}
.AnyTagClassName
{
color: #A2CA4A;
}
</style>
background-color css
<style>
a { background-color: #A2CA4A; }
a { background-color: rgb(162,202,74); }
div.DivClassName
{
background-color: #A2CA4A;
}
.BgClassName
{
background-color: #A2CA4A;
}
</style>
border-color css
<style>
span { border-color: #A2CA4A; }
span { border-color: rgb(162,202,74); }
td.TdClassName
{
border-color: #A2CA4A;
}
.TagClassName
{
border-color: #A2CA4A;
}
</style>