Shades of Atlantis #A0C54F
Tints of Atlantis #A0C54F
RGB
CMYK
RGB Variations
Color information
#A0C54F (or 0xA0C54F) is known color: Atlantis. HEX triplet: A0, C5 and 4F. RGB value is (160,197,79). Sum of RGB (Red+Green+Blue) = 160+197+79=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C54F is #5F3AB0. Grayscale: #ACACAC. Windows color (decimal): -6240945 or 5227936. OLE color: 5227936.
HSL color Cylindrical-coordinate representation of color #A0C54F: hue angle of 78.81º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0C54F is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 79 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.23 |
| HSL | 78.81º | 0.5% | 0.54% | - |
| HSV(B) | 78.81º | 0.6% | 0.77% | - |
| XYZ | 35.87 | 47.97 | 14.77 | - |
| YUV | 172.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 79 | 0.19 | 0 | 0.60 | 0.23 | 78.81 | 0.5 | 0.54 |
| Hex | A0 | C5 | 4F | 13 | 0 | 3C | 17 | 4F | 32 | 36 |
| Octal | 240 | 305 | 117 | 23 | 0 | 74 | 27 | 117 | 62 | 66 |
| Binary | 10100000 | 11000101 | 1001111 | 10011 | 0 | 111100 | 10111 | 1001111 | 110010 | 110110 |
Color Harmonies of #A0C54F
Complementary color
Monochromatic Colors of #A0C54F
Black with #A0C54F
Text Example
Text Example
White with #A0C54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C54F; }
p { color: rgb(160,197,79); }
H1.HeaderClassName
{
color: #A0C54F;
}
.AnyTagClassName
{
color: #A0C54F;
}
</style>
background-color css
<style>
a { background-color: #A0C54F; }
a { background-color: rgb(160,197,79); }
div.DivClassName
{
background-color: #A0C54F;
}
.BgClassName
{
background-color: #A0C54F;
}
</style>
border-color css
<style>
span { border-color: #A0C54F; }
span { border-color: rgb(160,197,79); }
td.TdClassName
{
border-color: #A0C54F;
}
.TagClassName
{
border-color: #A0C54F;
}
</style>