Shades of Atlantis #8CE03F
Tints of Atlantis #8CE03F
RGB
CMYK
RGB Variations
Color information
#8CE03F (or 0x8CE03F) is known color: Atlantis. HEX triplet: 8C, E0 and 3F. RGB value is (140,224,63). Sum of RGB (Red+Green+Blue) = 140+224+63=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE03F is #731FC0. Grayscale: #B5B5B5. Windows color (decimal): -7544769 or 4186252. OLE color: 4186252.
HSL color Cylindrical-coordinate representation of color #8CE03F: hue angle of 91.3º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CE03F is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 63 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.12 |
| HSL | 91.3º | 0.72% | 0.56% | - |
| HSV(B) | 91.3º | 0.72% | 0.88% | - |
| XYZ | 38.37 | 59.25 | 14.12 | - |
| YUV | 180.53 | 61.67 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 63 | 0.38 | 0 | 0.72 | 0.12 | 91.3 | 0.72 | 0.56 |
| Hex | 8C | E0 | 3F | 26 | 0 | 48 | C | 5B | 48 | 38 |
| Octal | 214 | 340 | 77 | 46 | 0 | 110 | 14 | 133 | 110 | 70 |
| Binary | 10001100 | 11100000 | 111111 | 100110 | 0 | 1001000 | 1100 | 1011011 | 1001000 | 111000 |
Color Harmonies of #8CE03F
Complementary color
Monochromatic Colors of #8CE03F
Black with #8CE03F
Text Example
Text Example
White with #8CE03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE03F; }
p { color: rgb(140,224,63); }
H1.HeaderClassName
{
color: #8CE03F;
}
.AnyTagClassName
{
color: #8CE03F;
}
</style>
background-color css
<style>
a { background-color: #8CE03F; }
a { background-color: rgb(140,224,63); }
div.DivClassName
{
background-color: #8CE03F;
}
.BgClassName
{
background-color: #8CE03F;
}
</style>
border-color css
<style>
span { border-color: #8CE03F; }
span { border-color: rgb(140,224,63); }
td.TdClassName
{
border-color: #8CE03F;
}
.TagClassName
{
border-color: #8CE03F;
}
</style>