Shades of Atlantis #8FD140
Tints of Atlantis #8FD140
RGB
CMYK
RGB Variations
Color information
#8FD140 (or 0x8FD140) is known color: Atlantis. HEX triplet: 8F, D1 and 40. RGB value is (143,209,64). Sum of RGB (Red+Green+Blue) = 143+209+64=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD140 is #702EBF. Grayscale: #ADADAD. Windows color (decimal): -7352000 or 4247951. OLE color: 4247951.
HSL color Cylindrical-coordinate representation of color #8FD140: hue angle of 87.31º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FD140 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 209 | 64 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.18 |
| HSL | 87.31º | 0.61% | 0.54% | - |
| HSV(B) | 87.31º | 0.69% | 0.82% | - |
| XYZ | 35.05 | 51.81 | 13 | - |
| YUV | 172.74 | 66.63 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 209 | 64 | 0.32 | 0 | 0.69 | 0.18 | 87.31 | 0.61 | 0.54 |
| Hex | 8F | D1 | 40 | 20 | 0 | 45 | 12 | 57 | 3D | 36 |
| Octal | 217 | 321 | 100 | 40 | 0 | 105 | 22 | 127 | 75 | 66 |
| Binary | 10001111 | 11010001 | 1000000 | 100000 | 0 | 1000101 | 10010 | 1010111 | 111101 | 110110 |
Color Harmonies of #8FD140
Complementary color
Monochromatic Colors of #8FD140
Black with #8FD140
Text Example
Text Example
White with #8FD140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD140; }
p { color: rgb(143,209,64); }
H1.HeaderClassName
{
color: #8FD140;
}
.AnyTagClassName
{
color: #8FD140;
}
</style>
background-color css
<style>
a { background-color: #8FD140; }
a { background-color: rgb(143,209,64); }
div.DivClassName
{
background-color: #8FD140;
}
.BgClassName
{
background-color: #8FD140;
}
</style>
border-color css
<style>
span { border-color: #8FD140; }
span { border-color: rgb(143,209,64); }
td.TdClassName
{
border-color: #8FD140;
}
.TagClassName
{
border-color: #8FD140;
}
</style>