Shades of Atlantis #A2CB41
Tints of Atlantis #A2CB41
RGB
CMYK
RGB Variations
Color information
#A2CB41 (or 0xA2CB41) is known color: Atlantis. HEX triplet: A2, CB and 41. RGB value is (162,203,65). Sum of RGB (Red+Green+Blue) = 162+203+65=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB41 is #5D34BE. Grayscale: #AFAFAF. Windows color (decimal): -6108351 or 4311970. OLE color: 4311970.
HSL color Cylindrical-coordinate representation of color #A2CB41: hue angle of 77.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2CB41 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 65 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.20 |
| HSL | 77.83º | 0.57% | 0.53% | - |
| HSV(B) | 77.83º | 0.68% | 0.8% | - |
| XYZ | 37.21 | 50.77 | 12.84 | - |
| YUV | 175.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 65 | 0.20 | 0 | 0.68 | 0.20 | 77.83 | 0.57 | 0.53 |
| Hex | A2 | CB | 41 | 14 | 0 | 44 | 14 | 4E | 39 | 35 |
| Octal | 242 | 313 | 101 | 24 | 0 | 104 | 24 | 116 | 71 | 65 |
| Binary | 10100010 | 11001011 | 1000001 | 10100 | 0 | 1000100 | 10100 | 1001110 | 111001 | 110101 |
Color Harmonies of #A2CB41
Complementary color
Monochromatic Colors of #A2CB41
Black with #A2CB41
Text Example
Text Example
White with #A2CB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB41; }
p { color: rgb(162,203,65); }
H1.HeaderClassName
{
color: #A2CB41;
}
.AnyTagClassName
{
color: #A2CB41;
}
</style>
background-color css
<style>
a { background-color: #A2CB41; }
a { background-color: rgb(162,203,65); }
div.DivClassName
{
background-color: #A2CB41;
}
.BgClassName
{
background-color: #A2CB41;
}
</style>
border-color css
<style>
span { border-color: #A2CB41; }
span { border-color: rgb(162,203,65); }
td.TdClassName
{
border-color: #A2CB41;
}
.TagClassName
{
border-color: #A2CB41;
}
</style>