Shades of Atlantis #A8E331
Tints of Atlantis #A8E331
RGB
CMYK
RGB Variations
Color information
#A8E331 (or 0xA8E331) is known color: Atlantis. HEX triplet: A8, E3 and 31. RGB value is (168,227,49). Sum of RGB (Red+Green+Blue) = 168+227+49=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E331 is #571CCE. Grayscale: #BDBDBD. Windows color (decimal): -5709007 or 3269544. OLE color: 3269544.
HSL color Cylindrical-coordinate representation of color #A8E331: hue angle of 79.89º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8E331 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 49 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.11 |
| HSL | 79.89º | 0.76% | 0.54% | - |
| HSV(B) | 79.89º | 0.78% | 0.89% | - |
| XYZ | 44.17 | 63.48 | 12.83 | - |
| YUV | 189.07 | 48.95 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 49 | 0.26 | 0 | 0.78 | 0.11 | 79.89 | 0.76 | 0.54 |
| Hex | A8 | E3 | 31 | 1A | 0 | 4E | B | 50 | 4C | 36 |
| Octal | 250 | 343 | 61 | 32 | 0 | 116 | 13 | 120 | 114 | 66 |
| Binary | 10101000 | 11100011 | 110001 | 11010 | 0 | 1001110 | 1011 | 1010000 | 1001100 | 110110 |
Color Harmonies of #A8E331
Complementary color
Monochromatic Colors of #A8E331
Black with #A8E331
Text Example
Text Example
White with #A8E331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E331; }
p { color: rgb(168,227,49); }
H1.HeaderClassName
{
color: #A8E331;
}
.AnyTagClassName
{
color: #A8E331;
}
</style>
background-color css
<style>
a { background-color: #A8E331; }
a { background-color: rgb(168,227,49); }
div.DivClassName
{
background-color: #A8E331;
}
.BgClassName
{
background-color: #A8E331;
}
</style>
border-color css
<style>
span { border-color: #A8E331; }
span { border-color: rgb(168,227,49); }
td.TdClassName
{
border-color: #A8E331;
}
.TagClassName
{
border-color: #A8E331;
}
</style>