Shades of Atlantis #8FC64E
Tints of Atlantis #8FC64E
RGB
CMYK
RGB Variations
Color information
#8FC64E (or 0x8FC64E) is known color: Atlantis. HEX triplet: 8F, C6 and 4E. RGB value is (143,198,78). Sum of RGB (Red+Green+Blue) = 143+198+78=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC64E is #7039B1. Grayscale: #A8A8A8. Windows color (decimal): -7354802 or 5162639. OLE color: 5162639.
HSL color Cylindrical-coordinate representation of color #8FC64E: hue angle of 87.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FC64E is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 78 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.22 |
| HSL | 87.5º | 0.51% | 0.54% | - |
| HSV(B) | 87.5º | 0.61% | 0.78% | - |
| XYZ | 32.9 | 46.78 | 14.5 | - |
| YUV | 167.88 | 77.28 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 78 | 0.28 | 0 | 0.61 | 0.22 | 87.5 | 0.51 | 0.54 |
| Hex | 8F | C6 | 4E | 1C | 0 | 3D | 16 | 57 | 33 | 36 |
| Octal | 217 | 306 | 116 | 34 | 0 | 75 | 26 | 127 | 63 | 66 |
| Binary | 10001111 | 11000110 | 1001110 | 11100 | 0 | 111101 | 10110 | 1010111 | 110011 | 110110 |
Color Harmonies of #8FC64E
Complementary color
Monochromatic Colors of #8FC64E
Black with #8FC64E
Text Example
Text Example
White with #8FC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC64E; }
p { color: rgb(143,198,78); }
H1.HeaderClassName
{
color: #8FC64E;
}
.AnyTagClassName
{
color: #8FC64E;
}
</style>
background-color css
<style>
a { background-color: #8FC64E; }
a { background-color: rgb(143,198,78); }
div.DivClassName
{
background-color: #8FC64E;
}
.BgClassName
{
background-color: #8FC64E;
}
</style>
border-color css
<style>
span { border-color: #8FC64E; }
span { border-color: rgb(143,198,78); }
td.TdClassName
{
border-color: #8FC64E;
}
.TagClassName
{
border-color: #8FC64E;
}
</style>