Shades of Atlantis #A8E134
Tints of Atlantis #A8E134
RGB
CMYK
RGB Variations
Color information
#A8E134 (or 0xA8E134) is known color: Atlantis. HEX triplet: A8, E1 and 34. RGB value is (168,225,52). Sum of RGB (Red+Green+Blue) = 168+225+52=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E134 is #571ECB. Grayscale: #BCBCBC. Windows color (decimal): -5709516 or 3465640. OLE color: 3465640.
HSL color Cylindrical-coordinate representation of color #A8E134: hue angle of 79.77º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8E134 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 52 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.12 |
| HSL | 79.77º | 0.74% | 0.54% | - |
| HSV(B) | 79.77º | 0.77% | 0.88% | - |
| XYZ | 43.69 | 62.42 | 12.99 | - |
| YUV | 188.24 | 51.12 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 52 | 0.25 | 0 | 0.77 | 0.12 | 79.77 | 0.74 | 0.54 |
| Hex | A8 | E1 | 34 | 19 | 0 | 4D | C | 50 | 4A | 36 |
| Octal | 250 | 341 | 64 | 31 | 0 | 115 | 14 | 120 | 112 | 66 |
| Binary | 10101000 | 11100001 | 110100 | 11001 | 0 | 1001101 | 1100 | 1010000 | 1001010 | 110110 |
Color Harmonies of #A8E134
Complementary color
Monochromatic Colors of #A8E134
Black with #A8E134
Text Example
Text Example
White with #A8E134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E134; }
p { color: rgb(168,225,52); }
H1.HeaderClassName
{
color: #A8E134;
}
.AnyTagClassName
{
color: #A8E134;
}
</style>
background-color css
<style>
a { background-color: #A8E134; }
a { background-color: rgb(168,225,52); }
div.DivClassName
{
background-color: #A8E134;
}
.BgClassName
{
background-color: #A8E134;
}
</style>
border-color css
<style>
span { border-color: #A8E134; }
span { border-color: rgb(168,225,52); }
td.TdClassName
{
border-color: #A8E134;
}
.TagClassName
{
border-color: #A8E134;
}
</style>