Shades of Atlantis #A8E234
Tints of Atlantis #A8E234
RGB
CMYK
RGB Variations
Color information
#A8E234 (or 0xA8E234) is known color: Atlantis. HEX triplet: A8, E2 and 34. RGB value is (168,226,52). Sum of RGB (Red+Green+Blue) = 168+226+52=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E234 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E234 is #571DCB. Grayscale: #BDBDBD. Windows color (decimal): -5709260 or 3465896. OLE color: 3465896.
HSL color Cylindrical-coordinate representation of color #A8E234: hue angle of 80º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8E234 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 226 | 52 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.11 |
| HSL | 80º | 0.75% | 0.55% | - |
| HSV(B) | 80º | 0.77% | 0.89% | - |
| XYZ | 43.96 | 62.97 | 13.09 | - |
| YUV | 188.82 | 50.78 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 226 | 52 | 0.26 | 0 | 0.77 | 0.11 | 80 | 0.75 | 0.55 |
| Hex | A8 | E2 | 34 | 1A | 0 | 4D | B | 50 | 4B | 37 |
| Octal | 250 | 342 | 64 | 32 | 0 | 115 | 13 | 120 | 113 | 67 |
| Binary | 10101000 | 11100010 | 110100 | 11010 | 0 | 1001101 | 1011 | 1010000 | 1001011 | 110111 |
Color Harmonies of #A8E234
Complementary color
Monochromatic Colors of #A8E234
Black with #A8E234
Text Example
Text Example
White with #A8E234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E234; }
p { color: rgb(168,226,52); }
H1.HeaderClassName
{
color: #A8E234;
}
.AnyTagClassName
{
color: #A8E234;
}
</style>
background-color css
<style>
a { background-color: #A8E234; }
a { background-color: rgb(168,226,52); }
div.DivClassName
{
background-color: #A8E234;
}
.BgClassName
{
background-color: #A8E234;
}
</style>
border-color css
<style>
span { border-color: #A8E234; }
span { border-color: rgb(168,226,52); }
td.TdClassName
{
border-color: #A8E234;
}
.TagClassName
{
border-color: #A8E234;
}
</style>