Shades of Atlantis #A0CE3B
Tints of Atlantis #A0CE3B
RGB
CMYK
RGB Variations
Color information
#A0CE3B (or 0xA0CE3B) is known color: Atlantis. HEX triplet: A0, CE and 3B. RGB value is (160,206,59). Sum of RGB (Red+Green+Blue) = 160+206+59=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE3B is #5F31C4. Grayscale: #B0B0B0. Windows color (decimal): -6238661 or 3919520. OLE color: 3919520.
HSL color Cylindrical-coordinate representation of color #A0CE3B: hue angle of 78.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0CE3B is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 59 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.19 |
| HSL | 78.78º | 0.6% | 0.52% | - |
| HSV(B) | 78.78º | 0.71% | 0.81% | - |
| XYZ | 37.36 | 51.93 | 12.19 | - |
| YUV | 175.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 59 | 0.22 | 0 | 0.71 | 0.19 | 78.78 | 0.6 | 0.52 |
| Hex | A0 | CE | 3B | 16 | 0 | 47 | 13 | 4F | 3C | 34 |
| Octal | 240 | 316 | 73 | 26 | 0 | 107 | 23 | 117 | 74 | 64 |
| Binary | 10100000 | 11001110 | 111011 | 10110 | 0 | 1000111 | 10011 | 1001111 | 111100 | 110100 |
Color Harmonies of #A0CE3B
Complementary color
Monochromatic Colors of #A0CE3B
Black with #A0CE3B
Text Example
Text Example
White with #A0CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE3B; }
p { color: rgb(160,206,59); }
H1.HeaderClassName
{
color: #A0CE3B;
}
.AnyTagClassName
{
color: #A0CE3B;
}
</style>
background-color css
<style>
a { background-color: #A0CE3B; }
a { background-color: rgb(160,206,59); }
div.DivClassName
{
background-color: #A0CE3B;
}
.BgClassName
{
background-color: #A0CE3B;
}
</style>
border-color css
<style>
span { border-color: #A0CE3B; }
span { border-color: rgb(160,206,59); }
td.TdClassName
{
border-color: #A0CE3B;
}
.TagClassName
{
border-color: #A0CE3B;
}
</style>