Shades of Atlantis #8FD847
Tints of Atlantis #8FD847
RGB
CMYK
RGB Variations
Color information
#8FD847 (or 0x8FD847) is known color: Atlantis. HEX triplet: 8F, D8 and 47. RGB value is (143,216,71). Sum of RGB (Red+Green+Blue) = 143+216+71=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD847 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD847 is #7027B8. Grayscale: #B2B2B2. Windows color (decimal): -7350201 or 4708495. OLE color: 4708495.
HSL color Cylindrical-coordinate representation of color #8FD847: hue angle of 90.21º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FD847 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 71 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.15 |
| HSL | 90.21º | 0.65% | 0.56% | - |
| HSV(B) | 90.21º | 0.67% | 0.85% | - |
| XYZ | 37.02 | 55.41 | 14.7 | - |
| YUV | 177.64 | 67.82 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 71 | 0.34 | 0 | 0.67 | 0.15 | 90.21 | 0.65 | 0.56 |
| Hex | 8F | D8 | 47 | 22 | 0 | 43 | F | 5A | 41 | 38 |
| Octal | 217 | 330 | 107 | 42 | 0 | 103 | 17 | 132 | 101 | 70 |
| Binary | 10001111 | 11011000 | 1000111 | 100010 | 0 | 1000011 | 1111 | 1011010 | 1000001 | 111000 |
Color Harmonies of #8FD847
Complementary color
Monochromatic Colors of #8FD847
Black with #8FD847
Text Example
Text Example
White with #8FD847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD847; }
p { color: rgb(143,216,71); }
H1.HeaderClassName
{
color: #8FD847;
}
.AnyTagClassName
{
color: #8FD847;
}
</style>
background-color css
<style>
a { background-color: #8FD847; }
a { background-color: rgb(143,216,71); }
div.DivClassName
{
background-color: #8FD847;
}
.BgClassName
{
background-color: #8FD847;
}
</style>
border-color css
<style>
span { border-color: #8FD847; }
span { border-color: rgb(143,216,71); }
td.TdClassName
{
border-color: #8FD847;
}
.TagClassName
{
border-color: #8FD847;
}
</style>