Shades of Atlantis #8FE536
Tints of Atlantis #8FE536
RGB
CMYK
RGB Variations
Color information
#8FE536 (or 0x8FE536) is known color: Atlantis. HEX triplet: 8F, E5 and 36. RGB value is (143,229,54). Sum of RGB (Red+Green+Blue) = 143+229+54=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 229 (89.84% from 255 or 53.76% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 229 - color contains mainly: green. Hex color #8FE536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE536 is #701AC9. Grayscale: #B7B7B7. Windows color (decimal): -7346890 or 3597711. OLE color: 3597711.
HSL color Cylindrical-coordinate representation of color #8FE536: hue angle of 89.49º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FE536 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 229 | 54 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.10 |
| HSL | 89.49º | 0.77% | 0.55% | - |
| HSV(B) | 89.49º | 0.76% | 0.9% | - |
| XYZ | 40.01 | 62.14 | 13.38 | - |
| YUV | 183.34 | 55.01 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 229 | 54 | 0.38 | 0 | 0.76 | 0.10 | 89.49 | 0.77 | 0.55 |
| Hex | 8F | E5 | 36 | 26 | 0 | 4C | A | 59 | 4D | 37 |
| Octal | 217 | 345 | 66 | 46 | 0 | 114 | 12 | 131 | 115 | 67 |
| Binary | 10001111 | 11100101 | 110110 | 100110 | 0 | 1001100 | 1010 | 1011001 | 1001101 | 110111 |
Color Harmonies of #8FE536
Complementary color
Monochromatic Colors of #8FE536
Black with #8FE536
Text Example
Text Example
White with #8FE536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE536; }
p { color: rgb(143,229,54); }
H1.HeaderClassName
{
color: #8FE536;
}
.AnyTagClassName
{
color: #8FE536;
}
</style>
background-color css
<style>
a { background-color: #8FE536; }
a { background-color: rgb(143,229,54); }
div.DivClassName
{
background-color: #8FE536;
}
.BgClassName
{
background-color: #8FE536;
}
</style>
border-color css
<style>
span { border-color: #8FE536; }
span { border-color: rgb(143,229,54); }
td.TdClassName
{
border-color: #8FE536;
}
.TagClassName
{
border-color: #8FE536;
}
</style>