Shades of Atlantis #A2CB4C
Tints of Atlantis #A2CB4C
RGB
CMYK
RGB Variations
Color information
#A2CB4C (or 0xA2CB4C) is known color: Atlantis. HEX triplet: A2, CB and 4C. RGB value is (162,203,76). Sum of RGB (Red+Green+Blue) = 162+203+76=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB4C is #5D34B3. Grayscale: #B0B0B0. Windows color (decimal): -6108340 or 5032866. OLE color: 5032866.
HSL color Cylindrical-coordinate representation of color #A2CB4C: hue angle of 79.37º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2CB4C is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 76 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.20 |
| HSL | 79.37º | 0.55% | 0.55% | - |
| HSV(B) | 79.37º | 0.63% | 0.8% | - |
| XYZ | 37.56 | 50.92 | 14.69 | - |
| YUV | 176.26 | 71.42 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 76 | 0.20 | 0 | 0.63 | 0.20 | 79.37 | 0.55 | 0.55 |
| Hex | A2 | CB | 4C | 14 | 0 | 3F | 14 | 4F | 37 | 37 |
| Octal | 242 | 313 | 114 | 24 | 0 | 77 | 24 | 117 | 67 | 67 |
| Binary | 10100010 | 11001011 | 1001100 | 10100 | 0 | 111111 | 10100 | 1001111 | 110111 | 110111 |
Color Harmonies of #A2CB4C
Complementary color
Monochromatic Colors of #A2CB4C
Black with #A2CB4C
Text Example
Text Example
White with #A2CB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB4C; }
p { color: rgb(162,203,76); }
H1.HeaderClassName
{
color: #A2CB4C;
}
.AnyTagClassName
{
color: #A2CB4C;
}
</style>
background-color css
<style>
a { background-color: #A2CB4C; }
a { background-color: rgb(162,203,76); }
div.DivClassName
{
background-color: #A2CB4C;
}
.BgClassName
{
background-color: #A2CB4C;
}
</style>
border-color css
<style>
span { border-color: #A2CB4C; }
span { border-color: rgb(162,203,76); }
td.TdClassName
{
border-color: #A2CB4C;
}
.TagClassName
{
border-color: #A2CB4C;
}
</style>