Shades of Atlantis #8FBC43
Tints of Atlantis #8FBC43
RGB
CMYK
RGB Variations
Color information
#8FBC43 (or 0x8FBC43) is known color: Atlantis. HEX triplet: 8F, BC and 43. RGB value is (143,188,67). Sum of RGB (Red+Green+Blue) = 143+188+67=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC43 is #7043BC. Grayscale: #A1A1A1. Windows color (decimal): -7357373 or 4439183. OLE color: 4439183.
HSL color Cylindrical-coordinate representation of color #8FBC43: hue angle of 82.31º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FBC43 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 67 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.26 |
| HSL | 82.31º | 0.47% | 0.5% | - |
| HSV(B) | 82.31º | 0.64% | 0.74% | - |
| XYZ | 30.32 | 42.21 | 11.86 | - |
| YUV | 160.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 67 | 0.24 | 0 | 0.64 | 0.26 | 82.31 | 0.47 | 0.5 |
| Hex | 8F | BC | 43 | 18 | 0 | 40 | 1A | 52 | 2F | 32 |
| Octal | 217 | 274 | 103 | 30 | 0 | 100 | 32 | 122 | 57 | 62 |
| Binary | 10001111 | 10111100 | 1000011 | 11000 | 0 | 1000000 | 11010 | 1010010 | 101111 | 110010 |
Color Harmonies of #8FBC43
Complementary color
Monochromatic Colors of #8FBC43
Black with #8FBC43
Text Example
Text Example
White with #8FBC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC43; }
p { color: rgb(143,188,67); }
H1.HeaderClassName
{
color: #8FBC43;
}
.AnyTagClassName
{
color: #8FBC43;
}
</style>
background-color css
<style>
a { background-color: #8FBC43; }
a { background-color: rgb(143,188,67); }
div.DivClassName
{
background-color: #8FBC43;
}
.BgClassName
{
background-color: #8FBC43;
}
</style>
border-color css
<style>
span { border-color: #8FBC43; }
span { border-color: rgb(143,188,67); }
td.TdClassName
{
border-color: #8FBC43;
}
.TagClassName
{
border-color: #8FBC43;
}
</style>