Shades of Atlantis #8FBC46
Tints of Atlantis #8FBC46
RGB
CMYK
RGB Variations
Color information
#8FBC46 (or 0x8FBC46) is known color: Atlantis. HEX triplet: 8F, BC and 46. RGB value is (143,188,70). Sum of RGB (Red+Green+Blue) = 143+188+70=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 70 (27.73% from 255 or 17.46% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC46 is #7043B9. Grayscale: #A1A1A1. Windows color (decimal): -7357370 or 4635791. OLE color: 4635791.
HSL color Cylindrical-coordinate representation of color #8FBC46: hue angle of 82.88º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FBC46 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 70 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.26 |
| HSL | 82.88º | 0.47% | 0.51% | - |
| HSV(B) | 82.88º | 0.63% | 0.74% | - |
| XYZ | 30.42 | 42.25 | 12.35 | - |
| YUV | 161.09 | 76.59 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 70 | 0.24 | 0 | 0.63 | 0.26 | 82.88 | 0.47 | 0.51 |
| Hex | 8F | BC | 46 | 18 | 0 | 3F | 1A | 53 | 2F | 33 |
| Octal | 217 | 274 | 106 | 30 | 0 | 77 | 32 | 123 | 57 | 63 |
| Binary | 10001111 | 10111100 | 1000110 | 11000 | 0 | 111111 | 11010 | 1010011 | 101111 | 110011 |
Color Harmonies of #8FBC46
Complementary color
Monochromatic Colors of #8FBC46
Black with #8FBC46
Text Example
Text Example
White with #8FBC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC46; }
p { color: rgb(143,188,70); }
H1.HeaderClassName
{
color: #8FBC46;
}
.AnyTagClassName
{
color: #8FBC46;
}
</style>
background-color css
<style>
a { background-color: #8FBC46; }
a { background-color: rgb(143,188,70); }
div.DivClassName
{
background-color: #8FBC46;
}
.BgClassName
{
background-color: #8FBC46;
}
</style>
border-color css
<style>
span { border-color: #8FBC46; }
span { border-color: rgb(143,188,70); }
td.TdClassName
{
border-color: #8FBC46;
}
.TagClassName
{
border-color: #8FBC46;
}
</style>