Shades of Atlantis #8CE148
Tints of Atlantis #8CE148
RGB
CMYK
RGB Variations
Color information
#8CE148 (or 0x8CE148) is known color: Atlantis. HEX triplet: 8C, E1 and 48. RGB value is (140,225,72). Sum of RGB (Red+Green+Blue) = 140+225+72=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE148 is #731EB7. Grayscale: #B6B6B6. Windows color (decimal): -7544504 or 4776332. OLE color: 4776332.
HSL color Cylindrical-coordinate representation of color #8CE148: hue angle of 93.33º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CE148 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 72 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.12 |
| HSL | 93.33º | 0.72% | 0.58% | - |
| HSV(B) | 93.33º | 0.68% | 0.88% | - |
| XYZ | 38.91 | 59.89 | 15.64 | - |
| YUV | 182.14 | 65.84 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 72 | 0.38 | 0 | 0.68 | 0.12 | 93.33 | 0.72 | 0.58 |
| Hex | 8C | E1 | 48 | 26 | 0 | 44 | C | 5D | 48 | 3A |
| Octal | 214 | 341 | 110 | 46 | 0 | 104 | 14 | 135 | 110 | 72 |
| Binary | 10001100 | 11100001 | 1001000 | 100110 | 0 | 1000100 | 1100 | 1011101 | 1001000 | 111010 |
Color Harmonies of #8CE148
Complementary color
Monochromatic Colors of #8CE148
Black with #8CE148
Text Example
Text Example
White with #8CE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE148; }
p { color: rgb(140,225,72); }
H1.HeaderClassName
{
color: #8CE148;
}
.AnyTagClassName
{
color: #8CE148;
}
</style>
background-color css
<style>
a { background-color: #8CE148; }
a { background-color: rgb(140,225,72); }
div.DivClassName
{
background-color: #8CE148;
}
.BgClassName
{
background-color: #8CE148;
}
</style>
border-color css
<style>
span { border-color: #8CE148; }
span { border-color: rgb(140,225,72); }
td.TdClassName
{
border-color: #8CE148;
}
.TagClassName
{
border-color: #8CE148;
}
</style>