Shades of Atlantis #8FC847
Tints of Atlantis #8FC847
RGB
CMYK
RGB Variations
Color information
#8FC847 (or 0x8FC847) is known color: Atlantis. HEX triplet: 8F, C8 and 47. RGB value is (143,200,71). Sum of RGB (Red+Green+Blue) = 143+200+71=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC847 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC847 is #7037B8. Grayscale: #A8A8A8. Windows color (decimal): -7354297 or 4704399. OLE color: 4704399.
HSL color Cylindrical-coordinate representation of color #8FC847: hue angle of 86.51º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FC847 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 71 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.22 |
| HSL | 86.51º | 0.54% | 0.53% | - |
| HSV(B) | 86.51º | 0.65% | 0.78% | - |
| XYZ | 33.12 | 47.6 | 13.4 | - |
| YUV | 168.25 | 73.12 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 71 | 0.28 | 0 | 0.64 | 0.22 | 86.51 | 0.54 | 0.53 |
| Hex | 8F | C8 | 47 | 1C | 0 | 40 | 16 | 57 | 36 | 35 |
| Octal | 217 | 310 | 107 | 34 | 0 | 100 | 26 | 127 | 66 | 65 |
| Binary | 10001111 | 11001000 | 1000111 | 11100 | 0 | 1000000 | 10110 | 1010111 | 110110 | 110101 |
Color Harmonies of #8FC847
Complementary color
Monochromatic Colors of #8FC847
Black with #8FC847
Text Example
Text Example
White with #8FC847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC847; }
p { color: rgb(143,200,71); }
H1.HeaderClassName
{
color: #8FC847;
}
.AnyTagClassName
{
color: #8FC847;
}
</style>
background-color css
<style>
a { background-color: #8FC847; }
a { background-color: rgb(143,200,71); }
div.DivClassName
{
background-color: #8FC847;
}
.BgClassName
{
background-color: #8FC847;
}
</style>
border-color css
<style>
span { border-color: #8FC847; }
span { border-color: rgb(143,200,71); }
td.TdClassName
{
border-color: #8FC847;
}
.TagClassName
{
border-color: #8FC847;
}
</style>