Shades of Atlantis #8FC841
Tints of Atlantis #8FC841
RGB
CMYK
RGB Variations
Color information
#8FC841 (or 0x8FC841) is known color: Atlantis. HEX triplet: 8F, C8 and 41. RGB value is (143,200,65). Sum of RGB (Red+Green+Blue) = 143+200+65=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC841 is #7037BE. Grayscale: #A8A8A8. Windows color (decimal): -7354303 or 4311183. OLE color: 4311183.
HSL color Cylindrical-coordinate representation of color #8FC841: hue angle of 85.33º 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 #8FC841 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 65 | - |
| CMYK | 0.28 | 0 | 0.68 | 0.22 |
| HSL | 85.33º | 0.55% | 0.52% | - |
| HSV(B) | 85.33º | 0.68% | 0.78% | - |
| XYZ | 32.94 | 47.53 | 12.44 | - |
| YUV | 167.57 | 70.12 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 65 | 0.28 | 0 | 0.68 | 0.22 | 85.33 | 0.55 | 0.52 |
| Hex | 8F | C8 | 41 | 1C | 0 | 44 | 16 | 55 | 37 | 34 |
| Octal | 217 | 310 | 101 | 34 | 0 | 104 | 26 | 125 | 67 | 64 |
| Binary | 10001111 | 11001000 | 1000001 | 11100 | 0 | 1000100 | 10110 | 1010101 | 110111 | 110100 |
Color Harmonies of #8FC841
Complementary color
Monochromatic Colors of #8FC841
Black with #8FC841
Text Example
Text Example
White with #8FC841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC841; }
p { color: rgb(143,200,65); }
H1.HeaderClassName
{
color: #8FC841;
}
.AnyTagClassName
{
color: #8FC841;
}
</style>
background-color css
<style>
a { background-color: #8FC841; }
a { background-color: rgb(143,200,65); }
div.DivClassName
{
background-color: #8FC841;
}
.BgClassName
{
background-color: #8FC841;
}
</style>
border-color css
<style>
span { border-color: #8FC841; }
span { border-color: rgb(143,200,65); }
td.TdClassName
{
border-color: #8FC841;
}
.TagClassName
{
border-color: #8FC841;
}
</style>