Shades of Atlantis #8FF047
Tints of Atlantis #8FF047
RGB
CMYK
RGB Variations
Color information
#8FF047 (or 0x8FF047) is known color: Atlantis. HEX triplet: 8F, F0 and 47. RGB value is (143,240,71). Sum of RGB (Red+Green+Blue) = 143+240+71=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 71 (28.12% from 255 or 15.64% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF047 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF047 is #700FB8. Grayscale: #C0C0C0. Windows color (decimal): -7344057 or 4714639. OLE color: 4714639.
HSL color Cylindrical-coordinate representation of color #8FF047: hue angle of 94.44º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FF047 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 71 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.06 |
| HSL | 94.44º | 0.85% | 0.61% | - |
| HSV(B) | 94.44º | 0.7% | 0.94% | - |
| XYZ | 43.63 | 68.61 | 16.91 | - |
| YUV | 191.73 | 59.86 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 71 | 0.40 | 0 | 0.70 | 0.06 | 94.44 | 0.85 | 0.61 |
| Hex | 8F | F0 | 47 | 28 | 0 | 46 | 6 | 5E | 55 | 3D |
| Octal | 217 | 360 | 107 | 50 | 0 | 106 | 6 | 136 | 125 | 75 |
| Binary | 10001111 | 11110000 | 1000111 | 101000 | 0 | 1000110 | 110 | 1011110 | 1010101 | 111101 |
Color Harmonies of #8FF047
Complementary color
Monochromatic Colors of #8FF047
Black with #8FF047
Text Example
Text Example
White with #8FF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF047; }
p { color: rgb(143,240,71); }
H1.HeaderClassName
{
color: #8FF047;
}
.AnyTagClassName
{
color: #8FF047;
}
</style>
background-color css
<style>
a { background-color: #8FF047; }
a { background-color: rgb(143,240,71); }
div.DivClassName
{
background-color: #8FF047;
}
.BgClassName
{
background-color: #8FF047;
}
</style>
border-color css
<style>
span { border-color: #8FF047; }
span { border-color: rgb(143,240,71); }
td.TdClassName
{
border-color: #8FF047;
}
.TagClassName
{
border-color: #8FF047;
}
</style>