Shades of Atlantis #8FC849
Tints of Atlantis #8FC849
RGB
CMYK
RGB Variations
Color information
#8FC849 (or 0x8FC849) is known color: Atlantis. HEX triplet: 8F, C8 and 49. RGB value is (143,200,73). Sum of RGB (Red+Green+Blue) = 143+200+73=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC849 is #7037B6. Grayscale: #A8A8A8. Windows color (decimal): -7354295 or 4835471. OLE color: 4835471.
HSL color Cylindrical-coordinate representation of color #8FC849: hue angle of 86.93º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FC849 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 73 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.22 |
| HSL | 86.93º | 0.54% | 0.54% | - |
| HSV(B) | 86.93º | 0.64% | 0.78% | - |
| XYZ | 33.18 | 47.63 | 13.75 | - |
| YUV | 168.48 | 74.12 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 73 | 0.28 | 0 | 0.64 | 0.22 | 86.93 | 0.54 | 0.54 |
| Hex | 8F | C8 | 49 | 1C | 0 | 40 | 16 | 57 | 36 | 36 |
| Octal | 217 | 310 | 111 | 34 | 0 | 100 | 26 | 127 | 66 | 66 |
| Binary | 10001111 | 11001000 | 1001001 | 11100 | 0 | 1000000 | 10110 | 1010111 | 110110 | 110110 |
Color Harmonies of #8FC849
Complementary color
Monochromatic Colors of #8FC849
Black with #8FC849
Text Example
Text Example
White with #8FC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC849; }
p { color: rgb(143,200,73); }
H1.HeaderClassName
{
color: #8FC849;
}
.AnyTagClassName
{
color: #8FC849;
}
</style>
background-color css
<style>
a { background-color: #8FC849; }
a { background-color: rgb(143,200,73); }
div.DivClassName
{
background-color: #8FC849;
}
.BgClassName
{
background-color: #8FC849;
}
</style>
border-color css
<style>
span { border-color: #8FC849; }
span { border-color: rgb(143,200,73); }
td.TdClassName
{
border-color: #8FC849;
}
.TagClassName
{
border-color: #8FC849;
}
</style>