Shades of Atlantis #A0CE39
Tints of Atlantis #A0CE39
RGB
CMYK
RGB Variations
Color information
#A0CE39 (or 0xA0CE39) is known color: Atlantis. HEX triplet: A0, CE and 39. RGB value is (160,206,57). Sum of RGB (Red+Green+Blue) = 160+206+57=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE39 is #5F31C6. Grayscale: #AFAFAF. Windows color (decimal): -6238663 or 3788448. OLE color: 3788448.
HSL color Cylindrical-coordinate representation of color #A0CE39: hue angle of 78.52º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0CE39 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 57 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.19 |
| HSL | 78.52º | 0.6% | 0.52% | - |
| HSV(B) | 78.52º | 0.72% | 0.81% | - |
| XYZ | 37.31 | 51.91 | 11.92 | - |
| YUV | 175.26 | 61.26 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 57 | 0.22 | 0 | 0.72 | 0.19 | 78.52 | 0.6 | 0.52 |
| Hex | A0 | CE | 39 | 16 | 0 | 48 | 13 | 4F | 3C | 34 |
| Octal | 240 | 316 | 71 | 26 | 0 | 110 | 23 | 117 | 74 | 64 |
| Binary | 10100000 | 11001110 | 111001 | 10110 | 0 | 1001000 | 10011 | 1001111 | 111100 | 110100 |
Color Harmonies of #A0CE39
Complementary color
Monochromatic Colors of #A0CE39
Black with #A0CE39
Text Example
Text Example
White with #A0CE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE39; }
p { color: rgb(160,206,57); }
H1.HeaderClassName
{
color: #A0CE39;
}
.AnyTagClassName
{
color: #A0CE39;
}
</style>
background-color css
<style>
a { background-color: #A0CE39; }
a { background-color: rgb(160,206,57); }
div.DivClassName
{
background-color: #A0CE39;
}
.BgClassName
{
background-color: #A0CE39;
}
</style>
border-color css
<style>
span { border-color: #A0CE39; }
span { border-color: rgb(160,206,57); }
td.TdClassName
{
border-color: #A0CE39;
}
.TagClassName
{
border-color: #A0CE39;
}
</style>