Shades of Atlantis #8EB941
Tints of Atlantis #8EB941
RGB
CMYK
RGB Variations
Color information
#8EB941 (or 0x8EB941) is known color: Atlantis. HEX triplet: 8E, B9 and 41. RGB value is (142,185,65). Sum of RGB (Red+Green+Blue) = 142+185+65=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB941 is #7146BE. Grayscale: #9E9E9E. Windows color (decimal): -7423679 or 4307342. OLE color: 4307342.
HSL color Cylindrical-coordinate representation of color #8EB941: hue angle of 81.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EB941 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 185 | 65 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.27 |
| HSL | 81.5º | 0.48% | 0.49% | - |
| HSV(B) | 81.5º | 0.65% | 0.73% | - |
| XYZ | 29.46 | 40.83 | 11.33 | - |
| YUV | 158.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 185 | 65 | 0.23 | 0 | 0.65 | 0.27 | 81.5 | 0.48 | 0.49 |
| Hex | 8E | B9 | 41 | 17 | 0 | 41 | 1B | 52 | 30 | 31 |
| Octal | 216 | 271 | 101 | 27 | 0 | 101 | 33 | 122 | 60 | 61 |
| Binary | 10001110 | 10111001 | 1000001 | 10111 | 0 | 1000001 | 11011 | 1010010 | 110000 | 110001 |
Color Harmonies of #8EB941
Complementary color
Monochromatic Colors of #8EB941
Black with #8EB941
Text Example
Text Example
White with #8EB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB941; }
p { color: rgb(142,185,65); }
H1.HeaderClassName
{
color: #8EB941;
}
.AnyTagClassName
{
color: #8EB941;
}
</style>
background-color css
<style>
a { background-color: #8EB941; }
a { background-color: rgb(142,185,65); }
div.DivClassName
{
background-color: #8EB941;
}
.BgClassName
{
background-color: #8EB941;
}
</style>
border-color css
<style>
span { border-color: #8EB941; }
span { border-color: rgb(142,185,65); }
td.TdClassName
{
border-color: #8EB941;
}
.TagClassName
{
border-color: #8EB941;
}
</style>