Shades of Atlantis #A2CB44
Tints of Atlantis #A2CB44
RGB
CMYK
RGB Variations
Color information
#A2CB44 (or 0xA2CB44) is known color: Atlantis. HEX triplet: A2, CB and 44. RGB value is (162,203,68). Sum of RGB (Red+Green+Blue) = 162+203+68=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB44 is #5D34BB. Grayscale: #AFAFAF. Windows color (decimal): -6108348 or 4508578. OLE color: 4508578.
HSL color Cylindrical-coordinate representation of color #A2CB44: hue angle of 78.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2CB44 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 68 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.20 |
| HSL | 78.22º | 0.56% | 0.53% | - |
| HSV(B) | 78.22º | 0.67% | 0.8% | - |
| XYZ | 37.3 | 50.81 | 13.31 | - |
| YUV | 175.35 | 67.42 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 68 | 0.20 | 0 | 0.67 | 0.20 | 78.22 | 0.56 | 0.53 |
| Hex | A2 | CB | 44 | 14 | 0 | 43 | 14 | 4E | 38 | 35 |
| Octal | 242 | 313 | 104 | 24 | 0 | 103 | 24 | 116 | 70 | 65 |
| Binary | 10100010 | 11001011 | 1000100 | 10100 | 0 | 1000011 | 10100 | 1001110 | 111000 | 110101 |
Color Harmonies of #A2CB44
Complementary color
Monochromatic Colors of #A2CB44
Black with #A2CB44
Text Example
Text Example
White with #A2CB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB44; }
p { color: rgb(162,203,68); }
H1.HeaderClassName
{
color: #A2CB44;
}
.AnyTagClassName
{
color: #A2CB44;
}
</style>
background-color css
<style>
a { background-color: #A2CB44; }
a { background-color: rgb(162,203,68); }
div.DivClassName
{
background-color: #A2CB44;
}
.BgClassName
{
background-color: #A2CB44;
}
</style>
border-color css
<style>
span { border-color: #A2CB44; }
span { border-color: rgb(162,203,68); }
td.TdClassName
{
border-color: #A2CB44;
}
.TagClassName
{
border-color: #A2CB44;
}
</style>