Shades of Atlantis #8CF03F
Tints of Atlantis #8CF03F
RGB
CMYK
RGB Variations
Color information
#8CF03F (or 0x8CF03F) is known color: Atlantis. HEX triplet: 8C, F0 and 3F. RGB value is (140,240,63). Sum of RGB (Red+Green+Blue) = 140+240+63=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF03F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF03F is #730FC0. Grayscale: #BEBEBE. Windows color (decimal): -7540673 or 4190348. OLE color: 4190348.
HSL color Cylindrical-coordinate representation of color #8CF03F: hue angle of 93.9º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CF03F is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 63 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.06 |
| HSL | 93.9º | 0.86% | 0.59% | - |
| HSV(B) | 93.9º | 0.74% | 0.94% | - |
| XYZ | 42.87 | 68.25 | 15.62 | - |
| YUV | 189.92 | 56.37 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 63 | 0.42 | 0 | 0.74 | 0.06 | 93.9 | 0.86 | 0.59 |
| Hex | 8C | F0 | 3F | 2A | 0 | 4A | 6 | 5E | 56 | 3B |
| Octal | 214 | 360 | 77 | 52 | 0 | 112 | 6 | 136 | 126 | 73 |
| Binary | 10001100 | 11110000 | 111111 | 101010 | 0 | 1001010 | 110 | 1011110 | 1010110 | 111011 |
Color Harmonies of #8CF03F
Complementary color
Monochromatic Colors of #8CF03F
Black with #8CF03F
Text Example
Text Example
White with #8CF03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF03F; }
p { color: rgb(140,240,63); }
H1.HeaderClassName
{
color: #8CF03F;
}
.AnyTagClassName
{
color: #8CF03F;
}
</style>
background-color css
<style>
a { background-color: #8CF03F; }
a { background-color: rgb(140,240,63); }
div.DivClassName
{
background-color: #8CF03F;
}
.BgClassName
{
background-color: #8CF03F;
}
</style>
border-color css
<style>
span { border-color: #8CF03F; }
span { border-color: rgb(140,240,63); }
td.TdClassName
{
border-color: #8CF03F;
}
.TagClassName
{
border-color: #8CF03F;
}
</style>