Shades of Atlantis #8EB843
Tints of Atlantis #8EB843
RGB
CMYK
RGB Variations
Color information
#8EB843 (or 0x8EB843) is known color: Atlantis. HEX triplet: 8E, B8 and 43. RGB value is (142,184,67). Sum of RGB (Red+Green+Blue) = 142+184+67=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB843 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB843 is #7147BC. Grayscale: #9E9E9E. Windows color (decimal): -7423933 or 4438158. OLE color: 4438158.
HSL color Cylindrical-coordinate representation of color #8EB843: hue angle of 81.54º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EB843 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 67 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.28 |
| HSL | 81.54º | 0.47% | 0.49% | - |
| HSV(B) | 81.54º | 0.64% | 0.72% | - |
| XYZ | 29.31 | 40.44 | 11.57 | - |
| YUV | 158.1 | 76.59 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 67 | 0.23 | 0 | 0.64 | 0.28 | 81.54 | 0.47 | 0.49 |
| Hex | 8E | B8 | 43 | 17 | 0 | 40 | 1C | 52 | 2F | 31 |
| Octal | 216 | 270 | 103 | 27 | 0 | 100 | 34 | 122 | 57 | 61 |
| Binary | 10001110 | 10111000 | 1000011 | 10111 | 0 | 1000000 | 11100 | 1010010 | 101111 | 110001 |
Color Harmonies of #8EB843
Complementary color
Monochromatic Colors of #8EB843
Black with #8EB843
Text Example
Text Example
White with #8EB843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB843; }
p { color: rgb(142,184,67); }
H1.HeaderClassName
{
color: #8EB843;
}
.AnyTagClassName
{
color: #8EB843;
}
</style>
background-color css
<style>
a { background-color: #8EB843; }
a { background-color: rgb(142,184,67); }
div.DivClassName
{
background-color: #8EB843;
}
.BgClassName
{
background-color: #8EB843;
}
</style>
border-color css
<style>
span { border-color: #8EB843; }
span { border-color: rgb(142,184,67); }
td.TdClassName
{
border-color: #8EB843;
}
.TagClassName
{
border-color: #8EB843;
}
</style>