Shades of Atlantis #8FD04E
Tints of Atlantis #8FD04E
RGB
CMYK
RGB Variations
Color information
#8FD04E (or 0x8FD04E) is known color: Atlantis. HEX triplet: 8F, D0 and 4E. RGB value is (143,208,78). Sum of RGB (Red+Green+Blue) = 143+208+78=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD04E is #702FB1. Grayscale: #AEAEAE. Windows color (decimal): -7352242 or 5165199. OLE color: 5165199.
HSL color Cylindrical-coordinate representation of color #8FD04E: hue angle of 90º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FD04E is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 208 | 78 | - |
| CMYK | 0.31 | 0 | 0.62 | 0.18 |
| HSL | 90º | 0.58% | 0.56% | - |
| HSV(B) | 90º | 0.63% | 0.82% | - |
| XYZ | 35.26 | 51.5 | 15.29 | - |
| YUV | 173.75 | 73.97 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 78 | 0.31 | 0 | 0.62 | 0.18 | 90 | 0.58 | 0.56 |
| Hex | 8F | D0 | 4E | 1F | 0 | 3E | 12 | 5A | 3A | 38 |
| Octal | 217 | 320 | 116 | 37 | 0 | 76 | 22 | 132 | 72 | 70 |
| Binary | 10001111 | 11010000 | 1001110 | 11111 | 0 | 111110 | 10010 | 1011010 | 111010 | 111000 |
Color Harmonies of #8FD04E
Complementary color
Monochromatic Colors of #8FD04E
Black with #8FD04E
Text Example
Text Example
White with #8FD04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD04E; }
p { color: rgb(143,208,78); }
H1.HeaderClassName
{
color: #8FD04E;
}
.AnyTagClassName
{
color: #8FD04E;
}
</style>
background-color css
<style>
a { background-color: #8FD04E; }
a { background-color: rgb(143,208,78); }
div.DivClassName
{
background-color: #8FD04E;
}
.BgClassName
{
background-color: #8FD04E;
}
</style>
border-color css
<style>
span { border-color: #8FD04E; }
span { border-color: rgb(143,208,78); }
td.TdClassName
{
border-color: #8FD04E;
}
.TagClassName
{
border-color: #8FD04E;
}
</style>