Shades of Atlantis #8CE93F
Tints of Atlantis #8CE93F
RGB
CMYK
RGB Variations
Color information
#8CE93F (or 0x8CE93F) is known color: Atlantis. HEX triplet: 8C, E9 and 3F. RGB value is (140,233,63). Sum of RGB (Red+Green+Blue) = 140+233+63=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE93F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE93F is #7316C0. Grayscale: #BABABA. Windows color (decimal): -7542465 or 4188556. OLE color: 4188556.
HSL color Cylindrical-coordinate representation of color #8CE93F: hue angle of 92.82º degrees, saturation: 0.79, 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 #8CE93F is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 63 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.09 |
| HSL | 92.82º | 0.79% | 0.58% | - |
| HSV(B) | 92.82º | 0.73% | 0.91% | - |
| XYZ | 40.85 | 64.21 | 14.94 | - |
| YUV | 185.81 | 58.69 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 63 | 0.40 | 0 | 0.73 | 0.09 | 92.82 | 0.79 | 0.58 |
| Hex | 8C | E9 | 3F | 28 | 0 | 49 | 9 | 5D | 4F | 3A |
| Octal | 214 | 351 | 77 | 50 | 0 | 111 | 11 | 135 | 117 | 72 |
| Binary | 10001100 | 11101001 | 111111 | 101000 | 0 | 1001001 | 1001 | 1011101 | 1001111 | 111010 |
Color Harmonies of #8CE93F
Complementary color
Monochromatic Colors of #8CE93F
Black with #8CE93F
Text Example
Text Example
White with #8CE93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE93F; }
p { color: rgb(140,233,63); }
H1.HeaderClassName
{
color: #8CE93F;
}
.AnyTagClassName
{
color: #8CE93F;
}
</style>
background-color css
<style>
a { background-color: #8CE93F; }
a { background-color: rgb(140,233,63); }
div.DivClassName
{
background-color: #8CE93F;
}
.BgClassName
{
background-color: #8CE93F;
}
</style>
border-color css
<style>
span { border-color: #8CE93F; }
span { border-color: rgb(140,233,63); }
td.TdClassName
{
border-color: #8CE93F;
}
.TagClassName
{
border-color: #8CE93F;
}
</style>