Shades of Atlantis #A0CE4F
Tints of Atlantis #A0CE4F
RGB
CMYK
RGB Variations
Color information
#A0CE4F (or 0xA0CE4F) is known color: Atlantis. HEX triplet: A0, CE and 4F. RGB value is (160,206,79). Sum of RGB (Red+Green+Blue) = 160+206+79=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE4F is #5F31B0. Grayscale: #B2B2B2. Windows color (decimal): -6238641 or 5230240. OLE color: 5230240.
HSL color Cylindrical-coordinate representation of color #A0CE4F: hue angle of 81.73º degrees, saturation: 0.56, 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 #A0CE4F is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 79 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.19 |
| HSL | 81.73º | 0.56% | 0.56% | - |
| HSV(B) | 81.73º | 0.62% | 0.81% | - |
| XYZ | 37.98 | 52.18 | 15.47 | - |
| YUV | 177.77 | 72.26 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 79 | 0.22 | 0 | 0.62 | 0.19 | 81.73 | 0.56 | 0.56 |
| Hex | A0 | CE | 4F | 16 | 0 | 3E | 13 | 52 | 38 | 38 |
| Octal | 240 | 316 | 117 | 26 | 0 | 76 | 23 | 122 | 70 | 70 |
| Binary | 10100000 | 11001110 | 1001111 | 10110 | 0 | 111110 | 10011 | 1010010 | 111000 | 111000 |
Color Harmonies of #A0CE4F
Complementary color
Monochromatic Colors of #A0CE4F
Black with #A0CE4F
Text Example
Text Example
White with #A0CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE4F; }
p { color: rgb(160,206,79); }
H1.HeaderClassName
{
color: #A0CE4F;
}
.AnyTagClassName
{
color: #A0CE4F;
}
</style>
background-color css
<style>
a { background-color: #A0CE4F; }
a { background-color: rgb(160,206,79); }
div.DivClassName
{
background-color: #A0CE4F;
}
.BgClassName
{
background-color: #A0CE4F;
}
</style>
border-color css
<style>
span { border-color: #A0CE4F; }
span { border-color: rgb(160,206,79); }
td.TdClassName
{
border-color: #A0CE4F;
}
.TagClassName
{
border-color: #A0CE4F;
}
</style>