Shades of Atlantis #A0CE3E
Tints of Atlantis #A0CE3E
RGB
CMYK
RGB Variations
Color information
#A0CE3E (or 0xA0CE3E) is known color: Atlantis. HEX triplet: A0, CE and 3E. RGB value is (160,206,62). Sum of RGB (Red+Green+Blue) = 160+206+62=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE3E is #5F31C1. Grayscale: #B0B0B0. Windows color (decimal): -6238658 or 4116128. OLE color: 4116128.
HSL color Cylindrical-coordinate representation of color #A0CE3E: hue angle of 79.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0CE3E is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 62 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.19 |
| HSL | 79.17º | 0.6% | 0.53% | - |
| HSV(B) | 79.17º | 0.7% | 0.81% | - |
| XYZ | 37.44 | 51.96 | 12.61 | - |
| YUV | 175.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 62 | 0.22 | 0 | 0.70 | 0.19 | 79.17 | 0.6 | 0.53 |
| Hex | A0 | CE | 3E | 16 | 0 | 46 | 13 | 4F | 3C | 35 |
| Octal | 240 | 316 | 76 | 26 | 0 | 106 | 23 | 117 | 74 | 65 |
| Binary | 10100000 | 11001110 | 111110 | 10110 | 0 | 1000110 | 10011 | 1001111 | 111100 | 110101 |
Color Harmonies of #A0CE3E
Complementary color
Monochromatic Colors of #A0CE3E
Black with #A0CE3E
Text Example
Text Example
White with #A0CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE3E; }
p { color: rgb(160,206,62); }
H1.HeaderClassName
{
color: #A0CE3E;
}
.AnyTagClassName
{
color: #A0CE3E;
}
</style>
background-color css
<style>
a { background-color: #A0CE3E; }
a { background-color: rgb(160,206,62); }
div.DivClassName
{
background-color: #A0CE3E;
}
.BgClassName
{
background-color: #A0CE3E;
}
</style>
border-color css
<style>
span { border-color: #A0CE3E; }
span { border-color: rgb(160,206,62); }
td.TdClassName
{
border-color: #A0CE3E;
}
.TagClassName
{
border-color: #A0CE3E;
}
</style>