Shades of Atlantis #A2CB3D
Tints of Atlantis #A2CB3D
RGB
CMYK
RGB Variations
Color information
#A2CB3D (or 0xA2CB3D) is known color: Atlantis. HEX triplet: A2, CB and 3D. RGB value is (162,203,61). Sum of RGB (Red+Green+Blue) = 162+203+61=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB3D is #5D34C2. Grayscale: #AFAFAF. Windows color (decimal): -6108355 or 4049826. OLE color: 4049826.
HSL color Cylindrical-coordinate representation of color #A2CB3D: hue angle of 77.32º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2CB3D is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 61 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.20 |
| HSL | 77.32º | 0.58% | 0.52% | - |
| HSV(B) | 77.32º | 0.7% | 0.8% | - |
| XYZ | 37.1 | 50.73 | 12.25 | - |
| YUV | 174.55 | 63.92 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 61 | 0.20 | 0 | 0.70 | 0.20 | 77.32 | 0.58 | 0.52 |
| Hex | A2 | CB | 3D | 14 | 0 | 46 | 14 | 4D | 3A | 34 |
| Octal | 242 | 313 | 75 | 24 | 0 | 106 | 24 | 115 | 72 | 64 |
| Binary | 10100010 | 11001011 | 111101 | 10100 | 0 | 1000110 | 10100 | 1001101 | 111010 | 110100 |
Color Harmonies of #A2CB3D
Complementary color
Monochromatic Colors of #A2CB3D
Black with #A2CB3D
Text Example
Text Example
White with #A2CB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB3D; }
p { color: rgb(162,203,61); }
H1.HeaderClassName
{
color: #A2CB3D;
}
.AnyTagClassName
{
color: #A2CB3D;
}
</style>
background-color css
<style>
a { background-color: #A2CB3D; }
a { background-color: rgb(162,203,61); }
div.DivClassName
{
background-color: #A2CB3D;
}
.BgClassName
{
background-color: #A2CB3D;
}
</style>
border-color css
<style>
span { border-color: #A2CB3D; }
span { border-color: rgb(162,203,61); }
td.TdClassName
{
border-color: #A2CB3D;
}
.TagClassName
{
border-color: #A2CB3D;
}
</style>