Shades of Atlantis #8FC840
Tints of Atlantis #8FC840
RGB
CMYK
RGB Variations
Color information
#8FC840 (or 0x8FC840) is known color: Atlantis. HEX triplet: 8F, C8 and 40. RGB value is (143,200,64). Sum of RGB (Red+Green+Blue) = 143+200+64=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 64 (25.39% from 255 or 15.72% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC840 is #7037BF. Grayscale: #A7A7A7. Windows color (decimal): -7354304 or 4245647. OLE color: 4245647.
HSL color Cylindrical-coordinate representation of color #8FC840: hue angle of 85.15º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FC840 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 64 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.22 |
| HSL | 85.15º | 0.55% | 0.52% | - |
| HSV(B) | 85.15º | 0.68% | 0.78% | - |
| XYZ | 32.91 | 47.52 | 12.29 | - |
| YUV | 167.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 64 | 0.28 | 0 | 0.68 | 0.22 | 85.15 | 0.55 | 0.52 |
| Hex | 8F | C8 | 40 | 1C | 0 | 44 | 16 | 55 | 37 | 34 |
| Octal | 217 | 310 | 100 | 34 | 0 | 104 | 26 | 125 | 67 | 64 |
| Binary | 10001111 | 11001000 | 1000000 | 11100 | 0 | 1000100 | 10110 | 1010101 | 110111 | 110100 |
Color Harmonies of #8FC840
Complementary color
Monochromatic Colors of #8FC840
Black with #8FC840
Text Example
Text Example
White with #8FC840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC840; }
p { color: rgb(143,200,64); }
H1.HeaderClassName
{
color: #8FC840;
}
.AnyTagClassName
{
color: #8FC840;
}
</style>
background-color css
<style>
a { background-color: #8FC840; }
a { background-color: rgb(143,200,64); }
div.DivClassName
{
background-color: #8FC840;
}
.BgClassName
{
background-color: #8FC840;
}
</style>
border-color css
<style>
span { border-color: #8FC840; }
span { border-color: rgb(143,200,64); }
td.TdClassName
{
border-color: #8FC840;
}
.TagClassName
{
border-color: #8FC840;
}
</style>