Shades of Atlantis #8FB945
Tints of Atlantis #8FB945
RGB
CMYK
RGB Variations
Color information
#8FB945 (or 0x8FB945) is known color: Atlantis. HEX triplet: 8F, B9 and 45. RGB value is (143,185,69). Sum of RGB (Red+Green+Blue) = 143+185+69=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB945 is #7046BA. Grayscale: #9F9F9F. Windows color (decimal): -7358139 or 4569487. OLE color: 4569487.
HSL color Cylindrical-coordinate representation of color #8FB945: hue angle of 81.72º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FB945 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 185 | 69 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.27 |
| HSL | 81.72º | 0.46% | 0.5% | - |
| HSV(B) | 81.72º | 0.63% | 0.73% | - |
| XYZ | 29.75 | 40.97 | 11.97 | - |
| YUV | 159.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 69 | 0.23 | 0 | 0.63 | 0.27 | 81.72 | 0.46 | 0.5 |
| Hex | 8F | B9 | 45 | 17 | 0 | 3F | 1B | 52 | 2E | 32 |
| Octal | 217 | 271 | 105 | 27 | 0 | 77 | 33 | 122 | 56 | 62 |
| Binary | 10001111 | 10111001 | 1000101 | 10111 | 0 | 111111 | 11011 | 1010010 | 101110 | 110010 |
Color Harmonies of #8FB945
Complementary color
Monochromatic Colors of #8FB945
Black with #8FB945
Text Example
Text Example
White with #8FB945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB945; }
p { color: rgb(143,185,69); }
H1.HeaderClassName
{
color: #8FB945;
}
.AnyTagClassName
{
color: #8FB945;
}
</style>
background-color css
<style>
a { background-color: #8FB945; }
a { background-color: rgb(143,185,69); }
div.DivClassName
{
background-color: #8FB945;
}
.BgClassName
{
background-color: #8FB945;
}
</style>
border-color css
<style>
span { border-color: #8FB945; }
span { border-color: rgb(143,185,69); }
td.TdClassName
{
border-color: #8FB945;
}
.TagClassName
{
border-color: #8FB945;
}
</style>