Shades of Atlantis #8FE140
Tints of Atlantis #8FE140
RGB
CMYK
RGB Variations
Color information
#8FE140 (or 0x8FE140) is known color: Atlantis. HEX triplet: 8F, E1 and 40. RGB value is (143,225,64). Sum of RGB (Red+Green+Blue) = 143+225+64=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE140 is #701EBF. Grayscale: #B6B6B6. Windows color (decimal): -7347904 or 4252047. OLE color: 4252047.
HSL color Cylindrical-coordinate representation of color #8FE140: hue angle of 90.56º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FE140 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 64 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.12 |
| HSL | 90.56º | 0.73% | 0.57% | - |
| HSV(B) | 90.56º | 0.72% | 0.88% | - |
| XYZ | 39.18 | 60.06 | 14.38 | - |
| YUV | 182.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 64 | 0.36 | 0 | 0.72 | 0.12 | 90.56 | 0.73 | 0.57 |
| Hex | 8F | E1 | 40 | 24 | 0 | 48 | C | 5B | 49 | 39 |
| Octal | 217 | 341 | 100 | 44 | 0 | 110 | 14 | 133 | 111 | 71 |
| Binary | 10001111 | 11100001 | 1000000 | 100100 | 0 | 1001000 | 1100 | 1011011 | 1001001 | 111001 |
Color Harmonies of #8FE140
Complementary color
Monochromatic Colors of #8FE140
Black with #8FE140
Text Example
Text Example
White with #8FE140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE140; }
p { color: rgb(143,225,64); }
H1.HeaderClassName
{
color: #8FE140;
}
.AnyTagClassName
{
color: #8FE140;
}
</style>
background-color css
<style>
a { background-color: #8FE140; }
a { background-color: rgb(143,225,64); }
div.DivClassName
{
background-color: #8FE140;
}
.BgClassName
{
background-color: #8FE140;
}
</style>
border-color css
<style>
span { border-color: #8FE140; }
span { border-color: rgb(143,225,64); }
td.TdClassName
{
border-color: #8FE140;
}
.TagClassName
{
border-color: #8FE140;
}
</style>