Shades of Atlantis #8FBA46
Tints of Atlantis #8FBA46
RGB
CMYK
RGB Variations
Color information
#8FBA46 (or 0x8FBA46) is known color: Atlantis. HEX triplet: 8F, BA and 46. RGB value is (143,186,70). Sum of RGB (Red+Green+Blue) = 143+186+70=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBA46 is #7045B9. Grayscale: #A0A0A0. Windows color (decimal): -7357882 or 4635279. OLE color: 4635279.
HSL color Cylindrical-coordinate representation of color #8FBA46: hue angle of 82.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FBA46 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 70 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.27 |
| HSL | 82.24º | 0.46% | 0.5% | - |
| HSV(B) | 82.24º | 0.62% | 0.73% | - |
| XYZ | 29.99 | 41.4 | 12.2 | - |
| YUV | 159.92 | 77.25 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 70 | 0.23 | 0 | 0.62 | 0.27 | 82.24 | 0.46 | 0.5 |
| Hex | 8F | BA | 46 | 17 | 0 | 3E | 1B | 52 | 2E | 32 |
| Octal | 217 | 272 | 106 | 27 | 0 | 76 | 33 | 122 | 56 | 62 |
| Binary | 10001111 | 10111010 | 1000110 | 10111 | 0 | 111110 | 11011 | 1010010 | 101110 | 110010 |
Color Harmonies of #8FBA46
Complementary color
Monochromatic Colors of #8FBA46
Black with #8FBA46
Text Example
Text Example
White with #8FBA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA46; }
p { color: rgb(143,186,70); }
H1.HeaderClassName
{
color: #8FBA46;
}
.AnyTagClassName
{
color: #8FBA46;
}
</style>
background-color css
<style>
a { background-color: #8FBA46; }
a { background-color: rgb(143,186,70); }
div.DivClassName
{
background-color: #8FBA46;
}
.BgClassName
{
background-color: #8FBA46;
}
</style>
border-color css
<style>
span { border-color: #8FBA46; }
span { border-color: rgb(143,186,70); }
td.TdClassName
{
border-color: #8FBA46;
}
.TagClassName
{
border-color: #8FBA46;
}
</style>