Shades of Atlantis #A2CB3E
Tints of Atlantis #A2CB3E
RGB
CMYK
RGB Variations
Color information
#A2CB3E (or 0xA2CB3E) is known color: Atlantis. HEX triplet: A2, CB and 3E. RGB value is (162,203,62). Sum of RGB (Red+Green+Blue) = 162+203+62=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB3E is #5D34C1. Grayscale: #AFAFAF. Windows color (decimal): -6108354 or 4115362. OLE color: 4115362.
HSL color Cylindrical-coordinate representation of color #A2CB3E: hue angle of 77.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2CB3E is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 62 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.20 |
| HSL | 77.45º | 0.58% | 0.52% | - |
| HSV(B) | 77.45º | 0.69% | 0.8% | - |
| XYZ | 37.13 | 50.74 | 12.39 | - |
| YUV | 174.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 62 | 0.20 | 0 | 0.69 | 0.20 | 77.45 | 0.58 | 0.52 |
| Hex | A2 | CB | 3E | 14 | 0 | 45 | 14 | 4D | 3A | 34 |
| Octal | 242 | 313 | 76 | 24 | 0 | 105 | 24 | 115 | 72 | 64 |
| Binary | 10100010 | 11001011 | 111110 | 10100 | 0 | 1000101 | 10100 | 1001101 | 111010 | 110100 |
Color Harmonies of #A2CB3E
Complementary color
Monochromatic Colors of #A2CB3E
Black with #A2CB3E
Text Example
Text Example
White with #A2CB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB3E; }
p { color: rgb(162,203,62); }
H1.HeaderClassName
{
color: #A2CB3E;
}
.AnyTagClassName
{
color: #A2CB3E;
}
</style>
background-color css
<style>
a { background-color: #A2CB3E; }
a { background-color: rgb(162,203,62); }
div.DivClassName
{
background-color: #A2CB3E;
}
.BgClassName
{
background-color: #A2CB3E;
}
</style>
border-color css
<style>
span { border-color: #A2CB3E; }
span { border-color: rgb(162,203,62); }
td.TdClassName
{
border-color: #A2CB3E;
}
.TagClassName
{
border-color: #A2CB3E;
}
</style>