Shades of Atlantis #8FD836
Tints of Atlantis #8FD836
RGB
CMYK
RGB Variations
Color information
#8FD836 (or 0x8FD836) is known color: Atlantis. HEX triplet: 8F, D8 and 36. RGB value is (143,216,54). Sum of RGB (Red+Green+Blue) = 143+216+54=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD836 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD836 is #7027C9. Grayscale: #B0B0B0. Windows color (decimal): -7350218 or 3594383. OLE color: 3594383.
HSL color Cylindrical-coordinate representation of color #8FD836: hue angle of 87.04º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FD836 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 54 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.15 |
| HSL | 87.04º | 0.68% | 0.53% | - |
| HSV(B) | 87.04º | 0.75% | 0.85% | - |
| XYZ | 36.55 | 55.22 | 12.22 | - |
| YUV | 175.71 | 59.32 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 54 | 0.34 | 0 | 0.75 | 0.15 | 87.04 | 0.68 | 0.53 |
| Hex | 8F | D8 | 36 | 22 | 0 | 4B | F | 57 | 44 | 35 |
| Octal | 217 | 330 | 66 | 42 | 0 | 113 | 17 | 127 | 104 | 65 |
| Binary | 10001111 | 11011000 | 110110 | 100010 | 0 | 1001011 | 1111 | 1010111 | 1000100 | 110101 |
Color Harmonies of #8FD836
Complementary color
Monochromatic Colors of #8FD836
Black with #8FD836
Text Example
Text Example
White with #8FD836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD836; }
p { color: rgb(143,216,54); }
H1.HeaderClassName
{
color: #8FD836;
}
.AnyTagClassName
{
color: #8FD836;
}
</style>
background-color css
<style>
a { background-color: #8FD836; }
a { background-color: rgb(143,216,54); }
div.DivClassName
{
background-color: #8FD836;
}
.BgClassName
{
background-color: #8FD836;
}
</style>
border-color css
<style>
span { border-color: #8FD836; }
span { border-color: rgb(143,216,54); }
td.TdClassName
{
border-color: #8FD836;
}
.TagClassName
{
border-color: #8FD836;
}
</style>