Shades of Atlantis #8EBA44
Tints of Atlantis #8EBA44
RGB
CMYK
RGB Variations
Color information
#8EBA44 (or 0x8EBA44) is known color: Atlantis. HEX triplet: 8E, BA and 44. RGB value is (142,186,68). Sum of RGB (Red+Green+Blue) = 142+186+68=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBA44 is #7145BB. Grayscale: #9F9F9F. Windows color (decimal): -7423420 or 4504206. OLE color: 4504206.
HSL color Cylindrical-coordinate representation of color #8EBA44: hue angle of 82.37º 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 #8EBA44 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 186 | 68 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.27 |
| HSL | 82.37º | 0.46% | 0.5% | - |
| HSV(B) | 82.37º | 0.63% | 0.73% | - |
| XYZ | 29.76 | 41.29 | 11.87 | - |
| YUV | 159.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 68 | 0.24 | 0 | 0.63 | 0.27 | 82.37 | 0.46 | 0.5 |
| Hex | 8E | BA | 44 | 18 | 0 | 3F | 1B | 52 | 2E | 32 |
| Octal | 216 | 272 | 104 | 30 | 0 | 77 | 33 | 122 | 56 | 62 |
| Binary | 10001110 | 10111010 | 1000100 | 11000 | 0 | 111111 | 11011 | 1010010 | 101110 | 110010 |
Color Harmonies of #8EBA44
Complementary color
Monochromatic Colors of #8EBA44
Black with #8EBA44
Text Example
Text Example
White with #8EBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBA44; }
p { color: rgb(142,186,68); }
H1.HeaderClassName
{
color: #8EBA44;
}
.AnyTagClassName
{
color: #8EBA44;
}
</style>
background-color css
<style>
a { background-color: #8EBA44; }
a { background-color: rgb(142,186,68); }
div.DivClassName
{
background-color: #8EBA44;
}
.BgClassName
{
background-color: #8EBA44;
}
</style>
border-color css
<style>
span { border-color: #8EBA44; }
span { border-color: rgb(142,186,68); }
td.TdClassName
{
border-color: #8EBA44;
}
.TagClassName
{
border-color: #8EBA44;
}
</style>