Shades of Atlantis #8CE032
Tints of Atlantis #8CE032
RGB
CMYK
RGB Variations
Color information
#8CE032 (or 0x8CE032) is known color: Atlantis. HEX triplet: 8C, E0 and 32. RGB value is (140,224,50). Sum of RGB (Red+Green+Blue) = 140+224+50=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE032 is #731FCD. Grayscale: #B3B3B3. Windows color (decimal): -7544782 or 3334284. OLE color: 3334284.
HSL color Cylindrical-coordinate representation of color #8CE032: hue angle of 88.97º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CE032 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 50 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.12 |
| HSL | 88.97º | 0.74% | 0.54% | - |
| HSV(B) | 88.97º | 0.78% | 0.88% | - |
| XYZ | 38.05 | 59.12 | 12.42 | - |
| YUV | 179.05 | 55.17 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 50 | 0.38 | 0 | 0.78 | 0.12 | 88.97 | 0.74 | 0.54 |
| Hex | 8C | E0 | 32 | 26 | 0 | 4E | C | 59 | 4A | 36 |
| Octal | 214 | 340 | 62 | 46 | 0 | 116 | 14 | 131 | 112 | 66 |
| Binary | 10001100 | 11100000 | 110010 | 100110 | 0 | 1001110 | 1100 | 1011001 | 1001010 | 110110 |
Color Harmonies of #8CE032
Complementary color
Monochromatic Colors of #8CE032
Black with #8CE032
Text Example
Text Example
White with #8CE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE032; }
p { color: rgb(140,224,50); }
H1.HeaderClassName
{
color: #8CE032;
}
.AnyTagClassName
{
color: #8CE032;
}
</style>
background-color css
<style>
a { background-color: #8CE032; }
a { background-color: rgb(140,224,50); }
div.DivClassName
{
background-color: #8CE032;
}
.BgClassName
{
background-color: #8CE032;
}
</style>
border-color css
<style>
span { border-color: #8CE032; }
span { border-color: rgb(140,224,50); }
td.TdClassName
{
border-color: #8CE032;
}
.TagClassName
{
border-color: #8CE032;
}
</style>