Shades of Atlantis #8FE954
Tints of Atlantis #8FE954
RGB
CMYK
RGB Variations
Color information
#8FE954 (or 0x8FE954) is known color: Atlantis. HEX triplet: 8F, E9 and 54. RGB value is (143,233,84). Sum of RGB (Red+Green+Blue) = 143+233+84=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #8FE954 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE954 is #7016AB. Grayscale: #BDBDBD. Windows color (decimal): -7345836 or 5564815. OLE color: 5564815.
HSL color Cylindrical-coordinate representation of color #8FE954: hue angle of 96.24º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FE954 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 233 | 84 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.09 |
| HSL | 96.24º | 0.77% | 0.62% | - |
| HSV(B) | 96.24º | 0.64% | 0.91% | - |
| XYZ | 42.07 | 64.76 | 18.67 | - |
| YUV | 189.1 | 68.68 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 233 | 84 | 0.39 | 0 | 0.64 | 0.09 | 96.24 | 0.77 | 0.62 |
| Hex | 8F | E9 | 54 | 27 | 0 | 40 | 9 | 60 | 4D | 3E |
| Octal | 217 | 351 | 124 | 47 | 0 | 100 | 11 | 140 | 115 | 76 |
| Binary | 10001111 | 11101001 | 1010100 | 100111 | 0 | 1000000 | 1001 | 1100000 | 1001101 | 111110 |
Color Harmonies of #8FE954
Complementary color
Monochromatic Colors of #8FE954
Black with #8FE954
Text Example
Text Example
White with #8FE954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE954; }
p { color: rgb(143,233,84); }
H1.HeaderClassName
{
color: #8FE954;
}
.AnyTagClassName
{
color: #8FE954;
}
</style>
background-color css
<style>
a { background-color: #8FE954; }
a { background-color: rgb(143,233,84); }
div.DivClassName
{
background-color: #8FE954;
}
.BgClassName
{
background-color: #8FE954;
}
</style>
border-color css
<style>
span { border-color: #8FE954; }
span { border-color: rgb(143,233,84); }
td.TdClassName
{
border-color: #8FE954;
}
.TagClassName
{
border-color: #8FE954;
}
</style>