Shades of Atlantis #8CE941
Tints of Atlantis #8CE941
RGB
CMYK
RGB Variations
Color information
#8CE941 (or 0x8CE941) is known color: Atlantis. HEX triplet: 8C, E9 and 41. RGB value is (140,233,65). Sum of RGB (Red+Green+Blue) = 140+233+65=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 233 (91.41% from 255 or 53.20% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE941 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE941 is #7316BE. Grayscale: #BABABA. Windows color (decimal): -7542463 or 4319628. OLE color: 4319628.
HSL color Cylindrical-coordinate representation of color #8CE941: hue angle of 93.21º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CE941 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 65 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.09 |
| HSL | 93.21º | 0.79% | 0.58% | - |
| HSV(B) | 93.21º | 0.72% | 0.91% | - |
| XYZ | 40.91 | 64.23 | 15.24 | - |
| YUV | 186.04 | 59.69 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 65 | 0.40 | 0 | 0.72 | 0.09 | 93.21 | 0.79 | 0.58 |
| Hex | 8C | E9 | 41 | 28 | 0 | 48 | 9 | 5D | 4F | 3A |
| Octal | 214 | 351 | 101 | 50 | 0 | 110 | 11 | 135 | 117 | 72 |
| Binary | 10001100 | 11101001 | 1000001 | 101000 | 0 | 1001000 | 1001 | 1011101 | 1001111 | 111010 |
Color Harmonies of #8CE941
Complementary color
Monochromatic Colors of #8CE941
Black with #8CE941
Text Example
Text Example
White with #8CE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE941; }
p { color: rgb(140,233,65); }
H1.HeaderClassName
{
color: #8CE941;
}
.AnyTagClassName
{
color: #8CE941;
}
</style>
background-color css
<style>
a { background-color: #8CE941; }
a { background-color: rgb(140,233,65); }
div.DivClassName
{
background-color: #8CE941;
}
.BgClassName
{
background-color: #8CE941;
}
</style>
border-color css
<style>
span { border-color: #8CE941; }
span { border-color: rgb(140,233,65); }
td.TdClassName
{
border-color: #8CE941;
}
.TagClassName
{
border-color: #8CE941;
}
</style>