Shades of Atlantis #8EBF46
Tints of Atlantis #8EBF46
RGB
CMYK
RGB Variations
Color information
#8EBF46 (or 0x8EBF46) is known color: Atlantis. HEX triplet: 8E, BF and 46. RGB value is (142,191,70). Sum of RGB (Red+Green+Blue) = 142+191+70=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #8EBF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBF46 is #7140B9. Grayscale: #A2A2A2. Windows color (decimal): -7422138 or 4636558. OLE color: 4636558.
HSL color Cylindrical-coordinate representation of color #8EBF46: hue angle of 84.3º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8EBF46 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 191 | 70 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.25 |
| HSL | 84.3º | 0.49% | 0.51% | - |
| HSV(B) | 84.3º | 0.63% | 0.75% | - |
| XYZ | 30.89 | 43.45 | 12.55 | - |
| YUV | 162.56 | 75.77 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 191 | 70 | 0.26 | 0 | 0.63 | 0.25 | 84.3 | 0.49 | 0.51 |
| Hex | 8E | BF | 46 | 1A | 0 | 3F | 19 | 54 | 31 | 33 |
| Octal | 216 | 277 | 106 | 32 | 0 | 77 | 31 | 124 | 61 | 63 |
| Binary | 10001110 | 10111111 | 1000110 | 11010 | 0 | 111111 | 11001 | 1010100 | 110001 | 110011 |
Color Harmonies of #8EBF46
Complementary color
Monochromatic Colors of #8EBF46
Black with #8EBF46
Text Example
Text Example
White with #8EBF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBF46; }
p { color: rgb(142,191,70); }
H1.HeaderClassName
{
color: #8EBF46;
}
.AnyTagClassName
{
color: #8EBF46;
}
</style>
background-color css
<style>
a { background-color: #8EBF46; }
a { background-color: rgb(142,191,70); }
div.DivClassName
{
background-color: #8EBF46;
}
.BgClassName
{
background-color: #8EBF46;
}
</style>
border-color css
<style>
span { border-color: #8EBF46; }
span { border-color: rgb(142,191,70); }
td.TdClassName
{
border-color: #8EBF46;
}
.TagClassName
{
border-color: #8EBF46;
}
</style>