Shades of Atlantis #8ED744
Tints of Atlantis #8ED744
RGB
CMYK
RGB Variations
Color information
#8ED744 (or 0x8ED744) is known color: Atlantis. HEX triplet: 8E, D7 and 44. RGB value is (142,215,68). Sum of RGB (Red+Green+Blue) = 142+215+68=425 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.41% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED744 is #7128BB. Grayscale: #B0B0B0. Windows color (decimal): -7415996 or 4511630. OLE color: 4511630.
HSL color Cylindrical-coordinate representation of color #8ED744: hue angle of 89.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ED744 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 68 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.16 |
| HSL | 89.8º | 0.65% | 0.55% | - |
| HSV(B) | 89.8º | 0.68% | 0.84% | - |
| XYZ | 36.5 | 54.77 | 14.12 | - |
| YUV | 176.42 | 66.82 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 68 | 0.34 | 0 | 0.68 | 0.16 | 89.8 | 0.65 | 0.55 |
| Hex | 8E | D7 | 44 | 22 | 0 | 44 | 10 | 5A | 41 | 37 |
| Octal | 216 | 327 | 104 | 42 | 0 | 104 | 20 | 132 | 101 | 67 |
| Binary | 10001110 | 11010111 | 1000100 | 100010 | 0 | 1000100 | 10000 | 1011010 | 1000001 | 110111 |
Color Harmonies of #8ED744
Complementary color
Monochromatic Colors of #8ED744
Black with #8ED744
Text Example
Text Example
White with #8ED744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED744; }
p { color: rgb(142,215,68); }
H1.HeaderClassName
{
color: #8ED744;
}
.AnyTagClassName
{
color: #8ED744;
}
</style>
background-color css
<style>
a { background-color: #8ED744; }
a { background-color: rgb(142,215,68); }
div.DivClassName
{
background-color: #8ED744;
}
.BgClassName
{
background-color: #8ED744;
}
</style>
border-color css
<style>
span { border-color: #8ED744; }
span { border-color: rgb(142,215,68); }
td.TdClassName
{
border-color: #8ED744;
}
.TagClassName
{
border-color: #8ED744;
}
</style>