Shades of Atlantis #A0C54B
Tints of Atlantis #A0C54B
RGB
CMYK
RGB Variations
Color information
#A0C54B (or 0xA0C54B) is known color: Atlantis. HEX triplet: A0, C5 and 4B. RGB value is (160,197,75). Sum of RGB (Red+Green+Blue) = 160+197+75=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C54B is #5F3AB4. Grayscale: #ACACAC. Windows color (decimal): -6240949 or 4965792. OLE color: 4965792.
HSL color Cylindrical-coordinate representation of color #A0C54B: hue angle of 78.2º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0C54B is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 75 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.23 |
| HSL | 78.2º | 0.51% | 0.53% | - |
| HSV(B) | 78.2º | 0.62% | 0.77% | - |
| XYZ | 35.73 | 47.91 | 14.02 | - |
| YUV | 172.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 75 | 0.19 | 0 | 0.62 | 0.23 | 78.2 | 0.51 | 0.53 |
| Hex | A0 | C5 | 4B | 13 | 0 | 3E | 17 | 4E | 33 | 35 |
| Octal | 240 | 305 | 113 | 23 | 0 | 76 | 27 | 116 | 63 | 65 |
| Binary | 10100000 | 11000101 | 1001011 | 10011 | 0 | 111110 | 10111 | 1001110 | 110011 | 110101 |
Color Harmonies of #A0C54B
Complementary color
Monochromatic Colors of #A0C54B
Black with #A0C54B
Text Example
Text Example
White with #A0C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C54B; }
p { color: rgb(160,197,75); }
H1.HeaderClassName
{
color: #A0C54B;
}
.AnyTagClassName
{
color: #A0C54B;
}
</style>
background-color css
<style>
a { background-color: #A0C54B; }
a { background-color: rgb(160,197,75); }
div.DivClassName
{
background-color: #A0C54B;
}
.BgClassName
{
background-color: #A0C54B;
}
</style>
border-color css
<style>
span { border-color: #A0C54B; }
span { border-color: rgb(160,197,75); }
td.TdClassName
{
border-color: #A0C54B;
}
.TagClassName
{
border-color: #A0C54B;
}
</style>