Shades of Atlantis #8AE540
Tints of Atlantis #8AE540
RGB
CMYK
RGB Variations
Color information
#8AE540 (or 0x8AE540) is known color: Atlantis. HEX triplet: 8A, E5 and 40. RGB value is (138,229,64). Sum of RGB (Red+Green+Blue) = 138+229+64=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE540 is #751ABF. Grayscale: #B7B7B7. Windows color (decimal): -7674560 or 4253066. OLE color: 4253066.
HSL color Cylindrical-coordinate representation of color #8AE540: hue angle of 93.09º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AE540 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 229 | 64 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.10 |
| HSL | 93.09º | 0.76% | 0.57% | - |
| HSV(B) | 93.09º | 0.72% | 0.9% | - |
| XYZ | 39.43 | 61.81 | 14.7 | - |
| YUV | 182.98 | 60.85 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 229 | 64 | 0.40 | 0 | 0.72 | 0.10 | 93.09 | 0.76 | 0.57 |
| Hex | 8A | E5 | 40 | 28 | 0 | 48 | A | 5D | 4C | 39 |
| Octal | 212 | 345 | 100 | 50 | 0 | 110 | 12 | 135 | 114 | 71 |
| Binary | 10001010 | 11100101 | 1000000 | 101000 | 0 | 1001000 | 1010 | 1011101 | 1001100 | 111001 |
Color Harmonies of #8AE540
Complementary color
Monochromatic Colors of #8AE540
Black with #8AE540
Text Example
Text Example
White with #8AE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE540; }
p { color: rgb(138,229,64); }
H1.HeaderClassName
{
color: #8AE540;
}
.AnyTagClassName
{
color: #8AE540;
}
</style>
background-color css
<style>
a { background-color: #8AE540; }
a { background-color: rgb(138,229,64); }
div.DivClassName
{
background-color: #8AE540;
}
.BgClassName
{
background-color: #8AE540;
}
</style>
border-color css
<style>
span { border-color: #8AE540; }
span { border-color: rgb(138,229,64); }
td.TdClassName
{
border-color: #8AE540;
}
.TagClassName
{
border-color: #8AE540;
}
</style>