Shades of Atlantis #8AE534
Tints of Atlantis #8AE534
RGB
CMYK
RGB Variations
Color information
#8AE534 (or 0x8AE534) is known color: Atlantis. HEX triplet: 8A, E5 and 34. RGB value is (138,229,52). Sum of RGB (Red+Green+Blue) = 138+229+52=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 229 (89.84% from 255 or 54.65% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE534 is #751ACB. Grayscale: #B6B6B6. Windows color (decimal): -7674572 or 3466634. OLE color: 3466634.
HSL color Cylindrical-coordinate representation of color #8AE534: hue angle of 90.85º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8AE534 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 229 | 52 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.10 |
| HSL | 90.85º | 0.77% | 0.55% | - |
| HSV(B) | 90.85º | 0.77% | 0.9% | - |
| XYZ | 39.12 | 61.69 | 13.09 | - |
| YUV | 181.61 | 54.85 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 229 | 52 | 0.40 | 0 | 0.77 | 0.10 | 90.85 | 0.77 | 0.55 |
| Hex | 8A | E5 | 34 | 28 | 0 | 4D | A | 5B | 4D | 37 |
| Octal | 212 | 345 | 64 | 50 | 0 | 115 | 12 | 133 | 115 | 67 |
| Binary | 10001010 | 11100101 | 110100 | 101000 | 0 | 1001101 | 1010 | 1011011 | 1001101 | 110111 |
Color Harmonies of #8AE534
Complementary color
Monochromatic Colors of #8AE534
Black with #8AE534
Text Example
Text Example
White with #8AE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE534; }
p { color: rgb(138,229,52); }
H1.HeaderClassName
{
color: #8AE534;
}
.AnyTagClassName
{
color: #8AE534;
}
</style>
background-color css
<style>
a { background-color: #8AE534; }
a { background-color: rgb(138,229,52); }
div.DivClassName
{
background-color: #8AE534;
}
.BgClassName
{
background-color: #8AE534;
}
</style>
border-color css
<style>
span { border-color: #8AE534; }
span { border-color: rgb(138,229,52); }
td.TdClassName
{
border-color: #8AE534;
}
.TagClassName
{
border-color: #8AE534;
}
</style>