Shades of Atlantis #8CE93E
Tints of Atlantis #8CE93E
RGB
CMYK
RGB Variations
Color information
#8CE93E (or 0x8CE93E) is known color: Atlantis. HEX triplet: 8C, E9 and 3E. RGB value is (140,233,62). Sum of RGB (Red+Green+Blue) = 140+233+62=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 233 (91.41% from 255 or 53.56% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE93E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE93E is #7316C1. Grayscale: #BABABA. Windows color (decimal): -7542466 or 4123020. OLE color: 4123020.
HSL color Cylindrical-coordinate representation of color #8CE93E: hue angle of 92.63º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CE93E is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 62 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.09 |
| HSL | 92.63º | 0.8% | 0.58% | - |
| HSV(B) | 92.63º | 0.73% | 0.91% | - |
| XYZ | 40.82 | 64.2 | 14.8 | - |
| YUV | 185.7 | 58.19 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 62 | 0.40 | 0 | 0.73 | 0.09 | 92.63 | 0.8 | 0.58 |
| Hex | 8C | E9 | 3E | 28 | 0 | 49 | 9 | 5D | 50 | 3A |
| Octal | 214 | 351 | 76 | 50 | 0 | 111 | 11 | 135 | 120 | 72 |
| Binary | 10001100 | 11101001 | 111110 | 101000 | 0 | 1001001 | 1001 | 1011101 | 1010000 | 111010 |
Color Harmonies of #8CE93E
Complementary color
Monochromatic Colors of #8CE93E
Black with #8CE93E
Text Example
Text Example
White with #8CE93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE93E; }
p { color: rgb(140,233,62); }
H1.HeaderClassName
{
color: #8CE93E;
}
.AnyTagClassName
{
color: #8CE93E;
}
</style>
background-color css
<style>
a { background-color: #8CE93E; }
a { background-color: rgb(140,233,62); }
div.DivClassName
{
background-color: #8CE93E;
}
.BgClassName
{
background-color: #8CE93E;
}
</style>
border-color css
<style>
span { border-color: #8CE93E; }
span { border-color: rgb(140,233,62); }
td.TdClassName
{
border-color: #8CE93E;
}
.TagClassName
{
border-color: #8CE93E;
}
</style>