Shades of Atlantis #8AE144
Tints of Atlantis #8AE144
RGB
CMYK
RGB Variations
Color information
#8AE144 (or 0x8AE144) is known color: Atlantis. HEX triplet: 8A, E1 and 44. RGB value is (138,225,68). Sum of RGB (Red+Green+Blue) = 138+225+68=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #8AE144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AE144 is #751EBB. Grayscale: #B5B5B5. Windows color (decimal): -7675580 or 4514186. OLE color: 4514186.
HSL color Cylindrical-coordinate representation of color #8AE144: hue angle of 93.25º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AE144 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 138 | 225 | 68 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.12 |
| HSL | 93.25º | 0.72% | 0.57% | - |
| HSV(B) | 93.25º | 0.7% | 0.88% | - |
| XYZ | 38.45 | 59.67 | 14.96 | - |
| YUV | 181.09 | 64.18 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 225 | 68 | 0.39 | 0 | 0.70 | 0.12 | 93.25 | 0.72 | 0.57 |
| Hex | 8A | E1 | 44 | 27 | 0 | 46 | C | 5D | 48 | 39 |
| Octal | 212 | 341 | 104 | 47 | 0 | 106 | 14 | 135 | 110 | 71 |
| Binary | 10001010 | 11100001 | 1000100 | 100111 | 0 | 1000110 | 1100 | 1011101 | 1001000 | 111001 |
Color Harmonies of #8AE144
Complementary color
Monochromatic Colors of #8AE144
Black with #8AE144
Text Example
Text Example
White with #8AE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE144; }
p { color: rgb(138,225,68); }
H1.HeaderClassName
{
color: #8AE144;
}
.AnyTagClassName
{
color: #8AE144;
}
</style>
background-color css
<style>
a { background-color: #8AE144; }
a { background-color: rgb(138,225,68); }
div.DivClassName
{
background-color: #8AE144;
}
.BgClassName
{
background-color: #8AE144;
}
</style>
border-color css
<style>
span { border-color: #8AE144; }
span { border-color: rgb(138,225,68); }
td.TdClassName
{
border-color: #8AE144;
}
.TagClassName
{
border-color: #8AE144;
}
</style>