Shades of Atlantis #8AE84C
Tints of Atlantis #8AE84C
RGB
CMYK
RGB Variations
Color information
#8AE84C (or 0x8AE84C) is known color: Atlantis. HEX triplet: 8A, E8 and 4C. RGB value is (138,232,76). Sum of RGB (Red+Green+Blue) = 138+232+76=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 232 (91.02% from 255 or 52.02% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 232 - color contains mainly: green. Hex color #8AE84C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AE84C is #7517B3. Grayscale: #BABABA. Windows color (decimal): -7673780 or 5040266. OLE color: 5040266.
HSL color Cylindrical-coordinate representation of color #8AE84C: hue angle of 96.15º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AE84C is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 232 | 76 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.09 |
| HSL | 96.15º | 0.77% | 0.6% | - |
| HSV(B) | 96.15º | 0.67% | 0.91% | - |
| XYZ | 40.64 | 63.64 | 16.98 | - |
| YUV | 186.11 | 65.86 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 232 | 76 | 0.41 | 0 | 0.67 | 0.09 | 96.15 | 0.77 | 0.6 |
| Hex | 8A | E8 | 4C | 29 | 0 | 43 | 9 | 60 | 4D | 3C |
| Octal | 212 | 350 | 114 | 51 | 0 | 103 | 11 | 140 | 115 | 74 |
| Binary | 10001010 | 11101000 | 1001100 | 101001 | 0 | 1000011 | 1001 | 1100000 | 1001101 | 111100 |
Color Harmonies of #8AE84C
Complementary color
Monochromatic Colors of #8AE84C
Black with #8AE84C
Text Example
Text Example
White with #8AE84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE84C; }
p { color: rgb(138,232,76); }
H1.HeaderClassName
{
color: #8AE84C;
}
.AnyTagClassName
{
color: #8AE84C;
}
</style>
background-color css
<style>
a { background-color: #8AE84C; }
a { background-color: rgb(138,232,76); }
div.DivClassName
{
background-color: #8AE84C;
}
.BgClassName
{
background-color: #8AE84C;
}
</style>
border-color css
<style>
span { border-color: #8AE84C; }
span { border-color: rgb(138,232,76); }
td.TdClassName
{
border-color: #8AE84C;
}
.TagClassName
{
border-color: #8AE84C;
}
</style>