Shades of Atlantis #A2C848
Tints of Atlantis #A2C848
RGB
CMYK
RGB Variations
Color information
#A2C848 (or 0xA2C848) is known color: Atlantis. HEX triplet: A2, C8 and 48. RGB value is (162,200,72). Sum of RGB (Red+Green+Blue) = 162+200+72=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C848 is #5D37B7. Grayscale: #AEAEAE. Windows color (decimal): -6109112 or 4769954. OLE color: 4769954.
HSL color Cylindrical-coordinate representation of color #A2C848: hue angle of 77.81º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2C848 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 200 | 72 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.22 |
| HSL | 77.81º | 0.54% | 0.53% | - |
| HSV(B) | 77.81º | 0.64% | 0.78% | - |
| XYZ | 36.72 | 49.46 | 13.74 | - |
| YUV | 174.05 | 70.41 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 72 | 0.19 | 0 | 0.64 | 0.22 | 77.81 | 0.54 | 0.53 |
| Hex | A2 | C8 | 48 | 13 | 0 | 40 | 16 | 4E | 36 | 35 |
| Octal | 242 | 310 | 110 | 23 | 0 | 100 | 26 | 116 | 66 | 65 |
| Binary | 10100010 | 11001000 | 1001000 | 10011 | 0 | 1000000 | 10110 | 1001110 | 110110 | 110101 |
Color Harmonies of #A2C848
Complementary color
Monochromatic Colors of #A2C848
Black with #A2C848
Text Example
Text Example
White with #A2C848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C848; }
p { color: rgb(162,200,72); }
H1.HeaderClassName
{
color: #A2C848;
}
.AnyTagClassName
{
color: #A2C848;
}
</style>
background-color css
<style>
a { background-color: #A2C848; }
a { background-color: rgb(162,200,72); }
div.DivClassName
{
background-color: #A2C848;
}
.BgClassName
{
background-color: #A2C848;
}
</style>
border-color css
<style>
span { border-color: #A2C848; }
span { border-color: rgb(162,200,72); }
td.TdClassName
{
border-color: #A2C848;
}
.TagClassName
{
border-color: #A2C848;
}
</style>