Shades of Atlantis #A2CA4B
Tints of Atlantis #A2CA4B
RGB
CMYK
RGB Variations
Color information
#A2CA4B (or 0xA2CA4B) is known color: Atlantis. HEX triplet: A2, CA and 4B. RGB value is (162,202,75). Sum of RGB (Red+Green+Blue) = 162+202+75=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CA4B is #5D35B4. Grayscale: #B0B0B0. Windows color (decimal): -6108597 or 4967074. OLE color: 4967074.
HSL color Cylindrical-coordinate representation of color #A2CA4B: hue angle of 78.9º 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 #A2CA4B is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 75 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.21 |
| HSL | 78.9º | 0.55% | 0.54% | - |
| HSV(B) | 78.9º | 0.63% | 0.79% | - |
| XYZ | 37.29 | 50.43 | 14.43 | - |
| YUV | 175.56 | 71.25 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 75 | 0.20 | 0 | 0.63 | 0.21 | 78.9 | 0.55 | 0.54 |
| Hex | A2 | CA | 4B | 14 | 0 | 3F | 15 | 4F | 37 | 36 |
| Octal | 242 | 312 | 113 | 24 | 0 | 77 | 25 | 117 | 67 | 66 |
| Binary | 10100010 | 11001010 | 1001011 | 10100 | 0 | 111111 | 10101 | 1001111 | 110111 | 110110 |
Color Harmonies of #A2CA4B
Complementary color
Monochromatic Colors of #A2CA4B
Black with #A2CA4B
Text Example
Text Example
White with #A2CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA4B; }
p { color: rgb(162,202,75); }
H1.HeaderClassName
{
color: #A2CA4B;
}
.AnyTagClassName
{
color: #A2CA4B;
}
</style>
background-color css
<style>
a { background-color: #A2CA4B; }
a { background-color: rgb(162,202,75); }
div.DivClassName
{
background-color: #A2CA4B;
}
.BgClassName
{
background-color: #A2CA4B;
}
</style>
border-color css
<style>
span { border-color: #A2CA4B; }
span { border-color: rgb(162,202,75); }
td.TdClassName
{
border-color: #A2CA4B;
}
.TagClassName
{
border-color: #A2CA4B;
}
</style>