Shades of Atlantis #A2CB4A
Tints of Atlantis #A2CB4A
RGB
CMYK
RGB Variations
Color information
#A2CB4A (or 0xA2CB4A) is known color: Atlantis. HEX triplet: A2, CB and 4A. RGB value is (162,203,74). Sum of RGB (Red+Green+Blue) = 162+203+74=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB4A is #5D34B5. Grayscale: #B0B0B0. Windows color (decimal): -6108342 or 4901794. OLE color: 4901794.
HSL color Cylindrical-coordinate representation of color #A2CB4A: hue angle of 79.07º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2CB4A is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 74 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.20 |
| HSL | 79.07º | 0.55% | 0.54% | - |
| HSV(B) | 79.07º | 0.64% | 0.8% | - |
| XYZ | 37.49 | 50.89 | 14.32 | - |
| YUV | 176.04 | 70.42 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 74 | 0.20 | 0 | 0.64 | 0.20 | 79.07 | 0.55 | 0.54 |
| Hex | A2 | CB | 4A | 14 | 0 | 40 | 14 | 4F | 37 | 36 |
| Octal | 242 | 313 | 112 | 24 | 0 | 100 | 24 | 117 | 67 | 66 |
| Binary | 10100010 | 11001011 | 1001010 | 10100 | 0 | 1000000 | 10100 | 1001111 | 110111 | 110110 |
Color Harmonies of #A2CB4A
Complementary color
Monochromatic Colors of #A2CB4A
Black with #A2CB4A
Text Example
Text Example
White with #A2CB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB4A; }
p { color: rgb(162,203,74); }
H1.HeaderClassName
{
color: #A2CB4A;
}
.AnyTagClassName
{
color: #A2CB4A;
}
</style>
background-color css
<style>
a { background-color: #A2CB4A; }
a { background-color: rgb(162,203,74); }
div.DivClassName
{
background-color: #A2CB4A;
}
.BgClassName
{
background-color: #A2CB4A;
}
</style>
border-color css
<style>
span { border-color: #A2CB4A; }
span { border-color: rgb(162,203,74); }
td.TdClassName
{
border-color: #A2CB4A;
}
.TagClassName
{
border-color: #A2CB4A;
}
</style>