Shades of Atlantis #A2CB4D
Tints of Atlantis #A2CB4D
RGB
CMYK
RGB Variations
Color information
#A2CB4D (or 0xA2CB4D) is known color: Atlantis. HEX triplet: A2, CB and 4D. RGB value is (162,203,77). Sum of RGB (Red+Green+Blue) = 162+203+77=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CB4D is #5D34B2. Grayscale: #B0B0B0. Windows color (decimal): -6108339 or 5098402. OLE color: 5098402.
HSL color Cylindrical-coordinate representation of color #A2CB4D: hue angle of 79.52º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2CB4D is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 77 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.20 |
| HSL | 79.52º | 0.55% | 0.55% | - |
| HSV(B) | 79.52º | 0.62% | 0.8% | - |
| XYZ | 37.6 | 50.93 | 14.87 | - |
| YUV | 176.38 | 71.92 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 77 | 0.20 | 0 | 0.62 | 0.20 | 79.52 | 0.55 | 0.55 |
| Hex | A2 | CB | 4D | 14 | 0 | 3E | 14 | 50 | 37 | 37 |
| Octal | 242 | 313 | 115 | 24 | 0 | 76 | 24 | 120 | 67 | 67 |
| Binary | 10100010 | 11001011 | 1001101 | 10100 | 0 | 111110 | 10100 | 1010000 | 110111 | 110111 |
Color Harmonies of #A2CB4D
Complementary color
Monochromatic Colors of #A2CB4D
Black with #A2CB4D
Text Example
Text Example
White with #A2CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB4D; }
p { color: rgb(162,203,77); }
H1.HeaderClassName
{
color: #A2CB4D;
}
.AnyTagClassName
{
color: #A2CB4D;
}
</style>
background-color css
<style>
a { background-color: #A2CB4D; }
a { background-color: rgb(162,203,77); }
div.DivClassName
{
background-color: #A2CB4D;
}
.BgClassName
{
background-color: #A2CB4D;
}
</style>
border-color css
<style>
span { border-color: #A2CB4D; }
span { border-color: rgb(162,203,77); }
td.TdClassName
{
border-color: #A2CB4D;
}
.TagClassName
{
border-color: #A2CB4D;
}
</style>