Shades of Atlantis #A2CB40
Tints of Atlantis #A2CB40
RGB
CMYK
RGB Variations
Color information
#A2CB40 (or 0xA2CB40) is known color: Atlantis. HEX triplet: A2, CB and 40. RGB value is (162,203,64). Sum of RGB (Red+Green+Blue) = 162+203+64=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB40 is #5D34BF. Grayscale: #AFAFAF. Windows color (decimal): -6108352 or 4246434. OLE color: 4246434.
HSL color Cylindrical-coordinate representation of color #A2CB40: hue angle of 77.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2CB40 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 64 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.20 |
| HSL | 77.7º | 0.57% | 0.52% | - |
| HSV(B) | 77.7º | 0.68% | 0.8% | - |
| XYZ | 37.18 | 50.76 | 12.69 | - |
| YUV | 174.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 64 | 0.20 | 0 | 0.68 | 0.20 | 77.7 | 0.57 | 0.52 |
| Hex | A2 | CB | 40 | 14 | 0 | 44 | 14 | 4E | 39 | 34 |
| Octal | 242 | 313 | 100 | 24 | 0 | 104 | 24 | 116 | 71 | 64 |
| Binary | 10100010 | 11001011 | 1000000 | 10100 | 0 | 1000100 | 10100 | 1001110 | 111001 | 110100 |
Color Harmonies of #A2CB40
Complementary color
Monochromatic Colors of #A2CB40
Black with #A2CB40
Text Example
Text Example
White with #A2CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB40; }
p { color: rgb(162,203,64); }
H1.HeaderClassName
{
color: #A2CB40;
}
.AnyTagClassName
{
color: #A2CB40;
}
</style>
background-color css
<style>
a { background-color: #A2CB40; }
a { background-color: rgb(162,203,64); }
div.DivClassName
{
background-color: #A2CB40;
}
.BgClassName
{
background-color: #A2CB40;
}
</style>
border-color css
<style>
span { border-color: #A2CB40; }
span { border-color: rgb(162,203,64); }
td.TdClassName
{
border-color: #A2CB40;
}
.TagClassName
{
border-color: #A2CB40;
}
</style>