Shades of Atlantis #8FBE49
Tints of Atlantis #8FBE49
RGB
CMYK
RGB Variations
Color information
#8FBE49 (or 0x8FBE49) is known color: Atlantis. HEX triplet: 8F, BE and 49. RGB value is (143,190,73). Sum of RGB (Red+Green+Blue) = 143+190+73=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBE49 is #7041B6. Grayscale: #A3A3A3. Windows color (decimal): -7356855 or 4832911. OLE color: 4832911.
HSL color Cylindrical-coordinate representation of color #8FBE49: hue angle of 84.1º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FBE49 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 73 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.25 |
| HSL | 84.1º | 0.47% | 0.52% | - |
| HSV(B) | 84.1º | 0.62% | 0.75% | - |
| XYZ | 30.94 | 43.15 | 13 | - |
| YUV | 162.61 | 77.43 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 73 | 0.25 | 0 | 0.62 | 0.25 | 84.1 | 0.47 | 0.52 |
| Hex | 8F | BE | 49 | 19 | 0 | 3E | 19 | 54 | 2F | 34 |
| Octal | 217 | 276 | 111 | 31 | 0 | 76 | 31 | 124 | 57 | 64 |
| Binary | 10001111 | 10111110 | 1001001 | 11001 | 0 | 111110 | 11001 | 1010100 | 101111 | 110100 |
Color Harmonies of #8FBE49
Complementary color
Monochromatic Colors of #8FBE49
Black with #8FBE49
Text Example
Text Example
White with #8FBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE49; }
p { color: rgb(143,190,73); }
H1.HeaderClassName
{
color: #8FBE49;
}
.AnyTagClassName
{
color: #8FBE49;
}
</style>
background-color css
<style>
a { background-color: #8FBE49; }
a { background-color: rgb(143,190,73); }
div.DivClassName
{
background-color: #8FBE49;
}
.BgClassName
{
background-color: #8FBE49;
}
</style>
border-color css
<style>
span { border-color: #8FBE49; }
span { border-color: rgb(143,190,73); }
td.TdClassName
{
border-color: #8FBE49;
}
.TagClassName
{
border-color: #8FBE49;
}
</style>