Shades of Atlantis #8EBA40
Tints of Atlantis #8EBA40
RGB
CMYK
RGB Variations
Color information
#8EBA40 (or 0x8EBA40) is known color: Atlantis. HEX triplet: 8E, BA and 40. RGB value is (142,186,64). Sum of RGB (Red+Green+Blue) = 142+186+64=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBA40 is #7145BF. Grayscale: #9F9F9F. Windows color (decimal): -7423424 or 4242062. OLE color: 4242062.
HSL color Cylindrical-coordinate representation of color #8EBA40: hue angle of 81.64º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8EBA40 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 64 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.27 |
| HSL | 81.64º | 0.49% | 0.49% | - |
| HSV(B) | 81.64º | 0.66% | 0.73% | - |
| XYZ | 29.64 | 41.24 | 11.25 | - |
| YUV | 158.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 64 | 0.24 | 0 | 0.66 | 0.27 | 81.64 | 0.49 | 0.49 |
| Hex | 8E | BA | 40 | 18 | 0 | 42 | 1B | 52 | 31 | 31 |
| Octal | 216 | 272 | 100 | 30 | 0 | 102 | 33 | 122 | 61 | 61 |
| Binary | 10001110 | 10111010 | 1000000 | 11000 | 0 | 1000010 | 11011 | 1010010 | 110001 | 110001 |
Color Harmonies of #8EBA40
Complementary color
Monochromatic Colors of #8EBA40
Black with #8EBA40
Text Example
Text Example
White with #8EBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA40; }
p { color: rgb(142,186,64); }
H1.HeaderClassName
{
color: #8EBA40;
}
.AnyTagClassName
{
color: #8EBA40;
}
</style>
background-color css
<style>
a { background-color: #8EBA40; }
a { background-color: rgb(142,186,64); }
div.DivClassName
{
background-color: #8EBA40;
}
.BgClassName
{
background-color: #8EBA40;
}
</style>
border-color css
<style>
span { border-color: #8EBA40; }
span { border-color: rgb(142,186,64); }
td.TdClassName
{
border-color: #8EBA40;
}
.TagClassName
{
border-color: #8EBA40;
}
</style>