Shades of Atlantis #8FE54E
Tints of Atlantis #8FE54E
RGB
CMYK
RGB Variations
Color information
#8FE54E (or 0x8FE54E) is known color: Atlantis. HEX triplet: 8F, E5 and 4E. RGB value is (143,229,78). Sum of RGB (Red+Green+Blue) = 143+229+78=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 229 (89.84% from 255 or 50.89% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE54E is #701AB1. Grayscale: #BABABA. Windows color (decimal): -7346866 or 5170575. OLE color: 5170575.
HSL color Cylindrical-coordinate representation of color #8FE54E: hue angle of 94.17º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FE54E is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 229 | 78 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.10 |
| HSL | 94.17º | 0.74% | 0.6% | - |
| HSV(B) | 94.17º | 0.66% | 0.9% | - |
| XYZ | 40.72 | 62.43 | 17.11 | - |
| YUV | 186.07 | 67.01 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 78 | 0.38 | 0 | 0.66 | 0.10 | 94.17 | 0.74 | 0.6 |
| Hex | 8F | E5 | 4E | 26 | 0 | 42 | A | 5E | 4A | 3C |
| Octal | 217 | 345 | 116 | 46 | 0 | 102 | 12 | 136 | 112 | 74 |
| Binary | 10001111 | 11100101 | 1001110 | 100110 | 0 | 1000010 | 1010 | 1011110 | 1001010 | 111100 |
Color Harmonies of #8FE54E
Complementary color
Monochromatic Colors of #8FE54E
Black with #8FE54E
Text Example
Text Example
White with #8FE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE54E; }
p { color: rgb(143,229,78); }
H1.HeaderClassName
{
color: #8FE54E;
}
.AnyTagClassName
{
color: #8FE54E;
}
</style>
background-color css
<style>
a { background-color: #8FE54E; }
a { background-color: rgb(143,229,78); }
div.DivClassName
{
background-color: #8FE54E;
}
.BgClassName
{
background-color: #8FE54E;
}
</style>
border-color css
<style>
span { border-color: #8FE54E; }
span { border-color: rgb(143,229,78); }
td.TdClassName
{
border-color: #8FE54E;
}
.TagClassName
{
border-color: #8FE54E;
}
</style>