Shades of Atlantis #A2CB46
Tints of Atlantis #A2CB46
RGB
CMYK
RGB Variations
Color information
#A2CB46 (or 0xA2CB46) is known color: Atlantis. HEX triplet: A2, CB and 46. RGB value is (162,203,70). Sum of RGB (Red+Green+Blue) = 162+203+70=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB46 is #5D34B9. Grayscale: #B0B0B0. Windows color (decimal): -6108346 or 4639650. OLE color: 4639650.
HSL color Cylindrical-coordinate representation of color #A2CB46: hue angle of 78.5º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2CB46 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 70 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.20 |
| HSL | 78.5º | 0.56% | 0.54% | - |
| HSV(B) | 78.5º | 0.66% | 0.8% | - |
| XYZ | 37.36 | 50.84 | 13.64 | - |
| YUV | 175.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 70 | 0.20 | 0 | 0.66 | 0.20 | 78.5 | 0.56 | 0.54 |
| Hex | A2 | CB | 46 | 14 | 0 | 42 | 14 | 4E | 38 | 36 |
| Octal | 242 | 313 | 106 | 24 | 0 | 102 | 24 | 116 | 70 | 66 |
| Binary | 10100010 | 11001011 | 1000110 | 10100 | 0 | 1000010 | 10100 | 1001110 | 111000 | 110110 |
Color Harmonies of #A2CB46
Complementary color
Monochromatic Colors of #A2CB46
Black with #A2CB46
Text Example
Text Example
White with #A2CB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB46; }
p { color: rgb(162,203,70); }
H1.HeaderClassName
{
color: #A2CB46;
}
.AnyTagClassName
{
color: #A2CB46;
}
</style>
background-color css
<style>
a { background-color: #A2CB46; }
a { background-color: rgb(162,203,70); }
div.DivClassName
{
background-color: #A2CB46;
}
.BgClassName
{
background-color: #A2CB46;
}
</style>
border-color css
<style>
span { border-color: #A2CB46; }
span { border-color: rgb(162,203,70); }
td.TdClassName
{
border-color: #A2CB46;
}
.TagClassName
{
border-color: #A2CB46;
}
</style>