Shades of Atlantis #A0CE4E
Tints of Atlantis #A0CE4E
RGB
CMYK
RGB Variations
Color information
#A0CE4E (or 0xA0CE4E) is known color: Atlantis. HEX triplet: A0, CE and 4E. RGB value is (160,206,78). Sum of RGB (Red+Green+Blue) = 160+206+78=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE4E is #5F31B1. Grayscale: #B2B2B2. Windows color (decimal): -6238642 or 5164704. OLE color: 5164704.
HSL color Cylindrical-coordinate representation of color #A0CE4E: hue angle of 81.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0CE4E is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 78 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.19 |
| HSL | 81.56º | 0.57% | 0.56% | - |
| HSV(B) | 81.56º | 0.62% | 0.81% | - |
| XYZ | 37.94 | 52.17 | 15.28 | - |
| YUV | 177.65 | 71.76 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 78 | 0.22 | 0 | 0.62 | 0.19 | 81.56 | 0.57 | 0.56 |
| Hex | A0 | CE | 4E | 16 | 0 | 3E | 13 | 52 | 39 | 38 |
| Octal | 240 | 316 | 116 | 26 | 0 | 76 | 23 | 122 | 71 | 70 |
| Binary | 10100000 | 11001110 | 1001110 | 10110 | 0 | 111110 | 10011 | 1010010 | 111001 | 111000 |
Color Harmonies of #A0CE4E
Complementary color
Monochromatic Colors of #A0CE4E
Black with #A0CE4E
Text Example
Text Example
White with #A0CE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE4E; }
p { color: rgb(160,206,78); }
H1.HeaderClassName
{
color: #A0CE4E;
}
.AnyTagClassName
{
color: #A0CE4E;
}
</style>
background-color css
<style>
a { background-color: #A0CE4E; }
a { background-color: rgb(160,206,78); }
div.DivClassName
{
background-color: #A0CE4E;
}
.BgClassName
{
background-color: #A0CE4E;
}
</style>
border-color css
<style>
span { border-color: #A0CE4E; }
span { border-color: rgb(160,206,78); }
td.TdClassName
{
border-color: #A0CE4E;
}
.TagClassName
{
border-color: #A0CE4E;
}
</style>