Shades of Atlantis #8CE036
Tints of Atlantis #8CE036
RGB
CMYK
RGB Variations
Color information
#8CE036 (or 0x8CE036) is known color: Atlantis. HEX triplet: 8C, E0 and 36. RGB value is (140,224,54). Sum of RGB (Red+Green+Blue) = 140+224+54=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE036 is #731FC9. Grayscale: #B4B4B4. Windows color (decimal): -7544778 or 3596428. OLE color: 3596428.
HSL color Cylindrical-coordinate representation of color #8CE036: hue angle of 89.65º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CE036 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 54 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.12 |
| HSL | 89.65º | 0.73% | 0.55% | - |
| HSV(B) | 89.65º | 0.76% | 0.88% | - |
| XYZ | 38.14 | 59.15 | 12.9 | - |
| YUV | 179.5 | 57.17 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 54 | 0.38 | 0 | 0.76 | 0.12 | 89.65 | 0.73 | 0.55 |
| Hex | 8C | E0 | 36 | 26 | 0 | 4C | C | 5A | 49 | 37 |
| Octal | 214 | 340 | 66 | 46 | 0 | 114 | 14 | 132 | 111 | 67 |
| Binary | 10001100 | 11100000 | 110110 | 100110 | 0 | 1001100 | 1100 | 1011010 | 1001001 | 110111 |
Color Harmonies of #8CE036
Complementary color
Monochromatic Colors of #8CE036
Black with #8CE036
Text Example
Text Example
White with #8CE036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE036; }
p { color: rgb(140,224,54); }
H1.HeaderClassName
{
color: #8CE036;
}
.AnyTagClassName
{
color: #8CE036;
}
</style>
background-color css
<style>
a { background-color: #8CE036; }
a { background-color: rgb(140,224,54); }
div.DivClassName
{
background-color: #8CE036;
}
.BgClassName
{
background-color: #8CE036;
}
</style>
border-color css
<style>
span { border-color: #8CE036; }
span { border-color: rgb(140,224,54); }
td.TdClassName
{
border-color: #8CE036;
}
.TagClassName
{
border-color: #8CE036;
}
</style>