Shades of Atlantis #8FE152
Tints of Atlantis #8FE152
RGB
CMYK
RGB Variations
Color information
#8FE152 (or 0x8FE152) is known color: Atlantis. HEX triplet: 8F, E1 and 52. RGB value is (143,225,82). Sum of RGB (Red+Green+Blue) = 143+225+82=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #8FE152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE152 is #701EAD. Grayscale: #B8B8B8. Windows color (decimal): -7347886 or 5431695. OLE color: 5431695.
HSL color Cylindrical-coordinate representation of color #8FE152: hue angle of 94.41º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FE152 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 225 | 82 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.12 |
| HSL | 94.41º | 0.7% | 0.6% | - |
| HSV(B) | 94.41º | 0.64% | 0.88% | - |
| XYZ | 39.78 | 60.3 | 17.53 | - |
| YUV | 184.18 | 70.33 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 225 | 82 | 0.36 | 0 | 0.64 | 0.12 | 94.41 | 0.7 | 0.6 |
| Hex | 8F | E1 | 52 | 24 | 0 | 40 | C | 5E | 46 | 3C |
| Octal | 217 | 341 | 122 | 44 | 0 | 100 | 14 | 136 | 106 | 74 |
| Binary | 10001111 | 11100001 | 1010010 | 100100 | 0 | 1000000 | 1100 | 1011110 | 1000110 | 111100 |
Color Harmonies of #8FE152
Complementary color
Monochromatic Colors of #8FE152
Black with #8FE152
Text Example
Text Example
White with #8FE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE152; }
p { color: rgb(143,225,82); }
H1.HeaderClassName
{
color: #8FE152;
}
.AnyTagClassName
{
color: #8FE152;
}
</style>
background-color css
<style>
a { background-color: #8FE152; }
a { background-color: rgb(143,225,82); }
div.DivClassName
{
background-color: #8FE152;
}
.BgClassName
{
background-color: #8FE152;
}
</style>
border-color css
<style>
span { border-color: #8FE152; }
span { border-color: rgb(143,225,82); }
td.TdClassName
{
border-color: #8FE152;
}
.TagClassName
{
border-color: #8FE152;
}
</style>