Shades of Atlantis #8FC84E
Tints of Atlantis #8FC84E
RGB
CMYK
RGB Variations
Color information
#8FC84E (or 0x8FC84E) is known color: Atlantis. HEX triplet: 8F, C8 and 4E. RGB value is (143,200,78). Sum of RGB (Red+Green+Blue) = 143+200+78=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC84E is #7037B1. Grayscale: #A9A9A9. Windows color (decimal): -7354290 or 5163151. OLE color: 5163151.
HSL color Cylindrical-coordinate representation of color #8FC84E: hue angle of 88.03º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FC84E is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 78 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.22 |
| HSL | 88.03º | 0.53% | 0.55% | - |
| HSV(B) | 88.03º | 0.61% | 0.78% | - |
| XYZ | 33.36 | 47.7 | 14.66 | - |
| YUV | 169.05 | 76.62 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 78 | 0.28 | 0 | 0.61 | 0.22 | 88.03 | 0.53 | 0.55 |
| Hex | 8F | C8 | 4E | 1C | 0 | 3D | 16 | 58 | 35 | 37 |
| Octal | 217 | 310 | 116 | 34 | 0 | 75 | 26 | 130 | 65 | 67 |
| Binary | 10001111 | 11001000 | 1001110 | 11100 | 0 | 111101 | 10110 | 1011000 | 110101 | 110111 |
Color Harmonies of #8FC84E
Complementary color
Monochromatic Colors of #8FC84E
Black with #8FC84E
Text Example
Text Example
White with #8FC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC84E; }
p { color: rgb(143,200,78); }
H1.HeaderClassName
{
color: #8FC84E;
}
.AnyTagClassName
{
color: #8FC84E;
}
</style>
background-color css
<style>
a { background-color: #8FC84E; }
a { background-color: rgb(143,200,78); }
div.DivClassName
{
background-color: #8FC84E;
}
.BgClassName
{
background-color: #8FC84E;
}
</style>
border-color css
<style>
span { border-color: #8FC84E; }
span { border-color: rgb(143,200,78); }
td.TdClassName
{
border-color: #8FC84E;
}
.TagClassName
{
border-color: #8FC84E;
}
</style>