Shades of Atlantis #8FE949
Tints of Atlantis #8FE949
RGB
CMYK
RGB Variations
Color information
#8FE949 (or 0x8FE949) is known color: Atlantis. HEX triplet: 8F, E9 and 49. RGB value is (143,233,73). Sum of RGB (Red+Green+Blue) = 143+233+73=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 233 (91.41% from 255 or 51.89% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 233 - color contains mainly: green. Hex color #8FE949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FE949 is #7016B6. Grayscale: #BCBCBC. Windows color (decimal): -7345847 or 4843919. OLE color: 4843919.
HSL color Cylindrical-coordinate representation of color #8FE949: hue angle of 93.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FE949 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 233 | 73 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.09 |
| HSL | 93.75º | 0.78% | 0.6% | - |
| HSV(B) | 93.75º | 0.69% | 0.91% | - |
| XYZ | 41.67 | 64.6 | 16.58 | - |
| YUV | 187.85 | 63.18 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 233 | 73 | 0.39 | 0 | 0.69 | 0.09 | 93.75 | 0.78 | 0.6 |
| Hex | 8F | E9 | 49 | 27 | 0 | 45 | 9 | 5E | 4E | 3C |
| Octal | 217 | 351 | 111 | 47 | 0 | 105 | 11 | 136 | 116 | 74 |
| Binary | 10001111 | 11101001 | 1001001 | 100111 | 0 | 1000101 | 1001 | 1011110 | 1001110 | 111100 |
Color Harmonies of #8FE949
Complementary color
Monochromatic Colors of #8FE949
Black with #8FE949
Text Example
Text Example
White with #8FE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE949; }
p { color: rgb(143,233,73); }
H1.HeaderClassName
{
color: #8FE949;
}
.AnyTagClassName
{
color: #8FE949;
}
</style>
background-color css
<style>
a { background-color: #8FE949; }
a { background-color: rgb(143,233,73); }
div.DivClassName
{
background-color: #8FE949;
}
.BgClassName
{
background-color: #8FE949;
}
</style>
border-color css
<style>
span { border-color: #8FE949; }
span { border-color: rgb(143,233,73); }
td.TdClassName
{
border-color: #8FE949;
}
.TagClassName
{
border-color: #8FE949;
}
</style>