Shades of Atlantis #8FC845
Tints of Atlantis #8FC845
RGB
CMYK
RGB Variations
Color information
#8FC845 (or 0x8FC845) is known color: Atlantis. HEX triplet: 8F, C8 and 45. RGB value is (143,200,69). Sum of RGB (Red+Green+Blue) = 143+200+69=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FC845 is #7037BA. Grayscale: #A8A8A8. Windows color (decimal): -7354299 or 4573327. OLE color: 4573327.
HSL color Cylindrical-coordinate representation of color #8FC845: hue angle of 86.11º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FC845 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 69 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.22 |
| HSL | 86.11º | 0.54% | 0.53% | - |
| HSV(B) | 86.11º | 0.66% | 0.78% | - |
| XYZ | 33.06 | 47.58 | 13.07 | - |
| YUV | 168.02 | 72.12 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 69 | 0.28 | 0 | 0.66 | 0.22 | 86.11 | 0.54 | 0.53 |
| Hex | 8F | C8 | 45 | 1C | 0 | 42 | 16 | 56 | 36 | 35 |
| Octal | 217 | 310 | 105 | 34 | 0 | 102 | 26 | 126 | 66 | 65 |
| Binary | 10001111 | 11001000 | 1000101 | 11100 | 0 | 1000010 | 10110 | 1010110 | 110110 | 110101 |
Color Harmonies of #8FC845
Complementary color
Monochromatic Colors of #8FC845
Black with #8FC845
Text Example
Text Example
White with #8FC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC845; }
p { color: rgb(143,200,69); }
H1.HeaderClassName
{
color: #8FC845;
}
.AnyTagClassName
{
color: #8FC845;
}
</style>
background-color css
<style>
a { background-color: #8FC845; }
a { background-color: rgb(143,200,69); }
div.DivClassName
{
background-color: #8FC845;
}
.BgClassName
{
background-color: #8FC845;
}
</style>
border-color css
<style>
span { border-color: #8FC845; }
span { border-color: rgb(143,200,69); }
td.TdClassName
{
border-color: #8FC845;
}
.TagClassName
{
border-color: #8FC845;
}
</style>