Shades of Atlantis #A0C451
Tints of Atlantis #A0C451
RGB
CMYK
RGB Variations
Color information
#A0C451 (or 0xA0C451) is known color: Atlantis. HEX triplet: A0, C4 and 51. RGB value is (160,196,81). Sum of RGB (Red+Green+Blue) = 160+196+81=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C451 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C451 is #5F3BAE. Grayscale: #ACACAC. Windows color (decimal): -6241199 or 5358752. OLE color: 5358752.
HSL color Cylindrical-coordinate representation of color #A0C451: hue angle of 78.78º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0C451 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 81 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.23 |
| HSL | 78.78º | 0.49% | 0.54% | - |
| HSV(B) | 78.78º | 0.59% | 0.77% | - |
| XYZ | 35.72 | 47.55 | 15.08 | - |
| YUV | 172.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 81 | 0.18 | 0 | 0.59 | 0.23 | 78.78 | 0.49 | 0.54 |
| Hex | A0 | C4 | 51 | 12 | 0 | 3B | 17 | 4F | 31 | 36 |
| Octal | 240 | 304 | 121 | 22 | 0 | 73 | 27 | 117 | 61 | 66 |
| Binary | 10100000 | 11000100 | 1010001 | 10010 | 0 | 111011 | 10111 | 1001111 | 110001 | 110110 |
Color Harmonies of #A0C451
Complementary color
Monochromatic Colors of #A0C451
Black with #A0C451
Text Example
Text Example
White with #A0C451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C451; }
p { color: rgb(160,196,81); }
H1.HeaderClassName
{
color: #A0C451;
}
.AnyTagClassName
{
color: #A0C451;
}
</style>
background-color css
<style>
a { background-color: #A0C451; }
a { background-color: rgb(160,196,81); }
div.DivClassName
{
background-color: #A0C451;
}
.BgClassName
{
background-color: #A0C451;
}
</style>
border-color css
<style>
span { border-color: #A0C451; }
span { border-color: rgb(160,196,81); }
td.TdClassName
{
border-color: #A0C451;
}
.TagClassName
{
border-color: #A0C451;
}
</style>