Shades of Atlantis #8CE14D
Tints of Atlantis #8CE14D
RGB
CMYK
RGB Variations
Color information
#8CE14D (or 0x8CE14D) is known color: Atlantis. HEX triplet: 8C, E1 and 4D. RGB value is (140,225,77). Sum of RGB (Red+Green+Blue) = 140+225+77=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE14D is #731EB2. Grayscale: #B7B7B7. Windows color (decimal): -7544499 or 5104012. OLE color: 5104012.
HSL color Cylindrical-coordinate representation of color #8CE14D: hue angle of 94.46º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CE14D is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 77 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.12 |
| HSL | 94.46º | 0.71% | 0.59% | - |
| HSV(B) | 94.46º | 0.66% | 0.88% | - |
| XYZ | 39.08 | 59.96 | 16.54 | - |
| YUV | 182.71 | 68.34 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 77 | 0.38 | 0 | 0.66 | 0.12 | 94.46 | 0.71 | 0.59 |
| Hex | 8C | E1 | 4D | 26 | 0 | 42 | C | 5E | 47 | 3B |
| Octal | 214 | 341 | 115 | 46 | 0 | 102 | 14 | 136 | 107 | 73 |
| Binary | 10001100 | 11100001 | 1001101 | 100110 | 0 | 1000010 | 1100 | 1011110 | 1000111 | 111011 |
Color Harmonies of #8CE14D
Complementary color
Monochromatic Colors of #8CE14D
Black with #8CE14D
Text Example
Text Example
White with #8CE14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE14D; }
p { color: rgb(140,225,77); }
H1.HeaderClassName
{
color: #8CE14D;
}
.AnyTagClassName
{
color: #8CE14D;
}
</style>
background-color css
<style>
a { background-color: #8CE14D; }
a { background-color: rgb(140,225,77); }
div.DivClassName
{
background-color: #8CE14D;
}
.BgClassName
{
background-color: #8CE14D;
}
</style>
border-color css
<style>
span { border-color: #8CE14D; }
span { border-color: rgb(140,225,77); }
td.TdClassName
{
border-color: #8CE14D;
}
.TagClassName
{
border-color: #8CE14D;
}
</style>