Shades of Atlantis #8FC747
Tints of Atlantis #8FC747
RGB
CMYK
RGB Variations
Color information
#8FC747 (or 0x8FC747) is known color: Atlantis. HEX triplet: 8F, C7 and 47. RGB value is (143,199,71). Sum of RGB (Red+Green+Blue) = 143+199+71=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #8FC747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC747 is #7038B8. Grayscale: #A8A8A8. Windows color (decimal): -7354553 or 4704143. OLE color: 4704143.
HSL color Cylindrical-coordinate representation of color #8FC747: hue angle of 86.25º degrees, saturation: 0.53, 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 #8FC747 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 199 | 71 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.22 |
| HSL | 86.25º | 0.53% | 0.53% | - |
| HSV(B) | 86.25º | 0.64% | 0.78% | - |
| XYZ | 32.89 | 47.14 | 13.33 | - |
| YUV | 167.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 71 | 0.28 | 0 | 0.64 | 0.22 | 86.25 | 0.53 | 0.53 |
| Hex | 8F | C7 | 47 | 1C | 0 | 40 | 16 | 56 | 35 | 35 |
| Octal | 217 | 307 | 107 | 34 | 0 | 100 | 26 | 126 | 65 | 65 |
| Binary | 10001111 | 11000111 | 1000111 | 11100 | 0 | 1000000 | 10110 | 1010110 | 110101 | 110101 |
Color Harmonies of #8FC747
Complementary color
Monochromatic Colors of #8FC747
Black with #8FC747
Text Example
Text Example
White with #8FC747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC747; }
p { color: rgb(143,199,71); }
H1.HeaderClassName
{
color: #8FC747;
}
.AnyTagClassName
{
color: #8FC747;
}
</style>
background-color css
<style>
a { background-color: #8FC747; }
a { background-color: rgb(143,199,71); }
div.DivClassName
{
background-color: #8FC747;
}
.BgClassName
{
background-color: #8FC747;
}
</style>
border-color css
<style>
span { border-color: #8FC747; }
span { border-color: rgb(143,199,71); }
td.TdClassName
{
border-color: #8FC747;
}
.TagClassName
{
border-color: #8FC747;
}
</style>