Shades of Atlantis #8FE145
Tints of Atlantis #8FE145
RGB
CMYK
RGB Variations
Color information
#8FE145 (or 0x8FE145) is known color: Atlantis. HEX triplet: 8F, E1 and 45. RGB value is (143,225,69). Sum of RGB (Red+Green+Blue) = 143+225+69=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE145 is #701EBA. Grayscale: #B7B7B7. Windows color (decimal): -7347899 or 4579727. OLE color: 4579727.
HSL color Cylindrical-coordinate representation of color #8FE145: hue angle of 91.54º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FE145 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 69 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.12 |
| HSL | 91.54º | 0.72% | 0.58% | - |
| HSV(B) | 91.54º | 0.69% | 0.88% | - |
| XYZ | 39.33 | 60.12 | 15.16 | - |
| YUV | 182.7 | 63.83 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 69 | 0.36 | 0 | 0.69 | 0.12 | 91.54 | 0.72 | 0.58 |
| Hex | 8F | E1 | 45 | 24 | 0 | 45 | C | 5C | 48 | 3A |
| Octal | 217 | 341 | 105 | 44 | 0 | 105 | 14 | 134 | 110 | 72 |
| Binary | 10001111 | 11100001 | 1000101 | 100100 | 0 | 1000101 | 1100 | 1011100 | 1001000 | 111010 |
Color Harmonies of #8FE145
Complementary color
Monochromatic Colors of #8FE145
Black with #8FE145
Text Example
Text Example
White with #8FE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE145; }
p { color: rgb(143,225,69); }
H1.HeaderClassName
{
color: #8FE145;
}
.AnyTagClassName
{
color: #8FE145;
}
</style>
background-color css
<style>
a { background-color: #8FE145; }
a { background-color: rgb(143,225,69); }
div.DivClassName
{
background-color: #8FE145;
}
.BgClassName
{
background-color: #8FE145;
}
</style>
border-color css
<style>
span { border-color: #8FE145; }
span { border-color: rgb(143,225,69); }
td.TdClassName
{
border-color: #8FE145;
}
.TagClassName
{
border-color: #8FE145;
}
</style>