Shades of Atlantis #8FD143
Tints of Atlantis #8FD143
RGB
CMYK
RGB Variations
Color information
#8FD143 (or 0x8FD143) is known color: Atlantis. HEX triplet: 8F, D1 and 43. RGB value is (143,209,67). Sum of RGB (Red+Green+Blue) = 143+209+67=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD143 is #702EBC. Grayscale: #ADADAD. Windows color (decimal): -7351997 or 4444559. OLE color: 4444559.
HSL color Cylindrical-coordinate representation of color #8FD143: hue angle of 87.89º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FD143 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 209 | 67 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.18 |
| HSL | 87.89º | 0.61% | 0.54% | - |
| HSV(B) | 87.89º | 0.68% | 0.82% | - |
| XYZ | 35.14 | 51.85 | 13.47 | - |
| YUV | 173.08 | 68.13 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 209 | 67 | 0.32 | 0 | 0.68 | 0.18 | 87.89 | 0.61 | 0.54 |
| Hex | 8F | D1 | 43 | 20 | 0 | 44 | 12 | 58 | 3D | 36 |
| Octal | 217 | 321 | 103 | 40 | 0 | 104 | 22 | 130 | 75 | 66 |
| Binary | 10001111 | 11010001 | 1000011 | 100000 | 0 | 1000100 | 10010 | 1011000 | 111101 | 110110 |
Color Harmonies of #8FD143
Complementary color
Monochromatic Colors of #8FD143
Black with #8FD143
Text Example
Text Example
White with #8FD143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD143; }
p { color: rgb(143,209,67); }
H1.HeaderClassName
{
color: #8FD143;
}
.AnyTagClassName
{
color: #8FD143;
}
</style>
background-color css
<style>
a { background-color: #8FD143; }
a { background-color: rgb(143,209,67); }
div.DivClassName
{
background-color: #8FD143;
}
.BgClassName
{
background-color: #8FD143;
}
</style>
border-color css
<style>
span { border-color: #8FD143; }
span { border-color: rgb(143,209,67); }
td.TdClassName
{
border-color: #8FD143;
}
.TagClassName
{
border-color: #8FD143;
}
</style>