Shades of Atlantis #8CE145
Tints of Atlantis #8CE145
RGB
CMYK
RGB Variations
Color information
#8CE145 (or 0x8CE145) is known color: Atlantis. HEX triplet: 8C, E1 and 45. RGB value is (140,225,69). Sum of RGB (Red+Green+Blue) = 140+225+69=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE145 is #731EBA. Grayscale: #B6B6B6. Windows color (decimal): -7544507 or 4579724. OLE color: 4579724.
HSL color Cylindrical-coordinate representation of color #8CE145: hue angle of 92.69º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CE145 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 69 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.12 |
| HSL | 92.69º | 0.72% | 0.58% | - |
| HSV(B) | 92.69º | 0.69% | 0.88% | - |
| XYZ | 38.81 | 59.86 | 15.14 | - |
| YUV | 181.8 | 64.34 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 69 | 0.38 | 0 | 0.69 | 0.12 | 92.69 | 0.72 | 0.58 |
| Hex | 8C | E1 | 45 | 26 | 0 | 45 | C | 5D | 48 | 3A |
| Octal | 214 | 341 | 105 | 46 | 0 | 105 | 14 | 135 | 110 | 72 |
| Binary | 10001100 | 11100001 | 1000101 | 100110 | 0 | 1000101 | 1100 | 1011101 | 1001000 | 111010 |
Color Harmonies of #8CE145
Complementary color
Monochromatic Colors of #8CE145
Black with #8CE145
Text Example
Text Example
White with #8CE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE145; }
p { color: rgb(140,225,69); }
H1.HeaderClassName
{
color: #8CE145;
}
.AnyTagClassName
{
color: #8CE145;
}
</style>
background-color css
<style>
a { background-color: #8CE145; }
a { background-color: rgb(140,225,69); }
div.DivClassName
{
background-color: #8CE145;
}
.BgClassName
{
background-color: #8CE145;
}
</style>
border-color css
<style>
span { border-color: #8CE145; }
span { border-color: rgb(140,225,69); }
td.TdClassName
{
border-color: #8CE145;
}
.TagClassName
{
border-color: #8CE145;
}
</style>