Shades of Atlantis #8FBD46
Tints of Atlantis #8FBD46
RGB
CMYK
RGB Variations
Color information
#8FBD46 (or 0x8FBD46) is known color: Atlantis. HEX triplet: 8F, BD and 46. RGB value is (143,189,70). Sum of RGB (Red+Green+Blue) = 143+189+70=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBD46 is #7042B9. Grayscale: #A2A2A2. Windows color (decimal): -7357114 or 4636047. OLE color: 4636047.
HSL color Cylindrical-coordinate representation of color #8FBD46: hue angle of 83.19º 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 #8FBD46 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 189 | 70 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.26 |
| HSL | 83.19º | 0.47% | 0.51% | - |
| HSV(B) | 83.19º | 0.63% | 0.74% | - |
| XYZ | 30.63 | 42.68 | 12.42 | - |
| YUV | 161.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 70 | 0.24 | 0 | 0.63 | 0.26 | 83.19 | 0.47 | 0.51 |
| Hex | 8F | BD | 46 | 18 | 0 | 3F | 1A | 53 | 2F | 33 |
| Octal | 217 | 275 | 106 | 30 | 0 | 77 | 32 | 123 | 57 | 63 |
| Binary | 10001111 | 10111101 | 1000110 | 11000 | 0 | 111111 | 11010 | 1010011 | 101111 | 110011 |
Color Harmonies of #8FBD46
Complementary color
Monochromatic Colors of #8FBD46
Black with #8FBD46
Text Example
Text Example
White with #8FBD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBD46; }
p { color: rgb(143,189,70); }
H1.HeaderClassName
{
color: #8FBD46;
}
.AnyTagClassName
{
color: #8FBD46;
}
</style>
background-color css
<style>
a { background-color: #8FBD46; }
a { background-color: rgb(143,189,70); }
div.DivClassName
{
background-color: #8FBD46;
}
.BgClassName
{
background-color: #8FBD46;
}
</style>
border-color css
<style>
span { border-color: #8FBD46; }
span { border-color: rgb(143,189,70); }
td.TdClassName
{
border-color: #8FBD46;
}
.TagClassName
{
border-color: #8FBD46;
}
</style>