Shades of Atlantis #8FE14F
Tints of Atlantis #8FE14F
RGB
CMYK
RGB Variations
Color information
#8FE14F (or 0x8FE14F) is known color: Atlantis. HEX triplet: 8F, E1 and 4F. RGB value is (143,225,79). Sum of RGB (Red+Green+Blue) = 143+225+79=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE14F is #701EB0. Grayscale: #B8B8B8. Windows color (decimal): -7347889 or 5235087. OLE color: 5235087.
HSL color Cylindrical-coordinate representation of color #8FE14F: hue angle of 93.7º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FE14F is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 79 | - |
| CMYK | 0.36 | 0 | 0.65 | 0.12 |
| HSL | 93.7º | 0.71% | 0.6% | - |
| HSV(B) | 93.7º | 0.65% | 0.88% | - |
| XYZ | 39.66 | 60.25 | 16.94 | - |
| YUV | 183.84 | 68.83 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 79 | 0.36 | 0 | 0.65 | 0.12 | 93.7 | 0.71 | 0.6 |
| Hex | 8F | E1 | 4F | 24 | 0 | 41 | C | 5E | 47 | 3C |
| Octal | 217 | 341 | 117 | 44 | 0 | 101 | 14 | 136 | 107 | 74 |
| Binary | 10001111 | 11100001 | 1001111 | 100100 | 0 | 1000001 | 1100 | 1011110 | 1000111 | 111100 |
Color Harmonies of #8FE14F
Complementary color
Monochromatic Colors of #8FE14F
Black with #8FE14F
Text Example
Text Example
White with #8FE14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE14F; }
p { color: rgb(143,225,79); }
H1.HeaderClassName
{
color: #8FE14F;
}
.AnyTagClassName
{
color: #8FE14F;
}
</style>
background-color css
<style>
a { background-color: #8FE14F; }
a { background-color: rgb(143,225,79); }
div.DivClassName
{
background-color: #8FE14F;
}
.BgClassName
{
background-color: #8FE14F;
}
</style>
border-color css
<style>
span { border-color: #8FE14F; }
span { border-color: rgb(143,225,79); }
td.TdClassName
{
border-color: #8FE14F;
}
.TagClassName
{
border-color: #8FE14F;
}
</style>