Shades of Atlantis #8CF04C
Tints of Atlantis #8CF04C
RGB
CMYK
RGB Variations
Color information
#8CF04C (or 0x8CF04C) is known color: Atlantis. HEX triplet: 8C, F0 and 4C. RGB value is (140,240,76). Sum of RGB (Red+Green+Blue) = 140+240+76=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF04C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF04C is #730FB3. Grayscale: #BFBFBF. Windows color (decimal): -7540660 or 5042316. OLE color: 5042316.
HSL color Cylindrical-coordinate representation of color #8CF04C: hue angle of 96.59º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CF04C is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 76 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.06 |
| HSL | 96.59º | 0.85% | 0.62% | - |
| HSV(B) | 96.59º | 0.68% | 0.94% | - |
| XYZ | 43.28 | 68.42 | 17.76 | - |
| YUV | 191.4 | 62.87 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 76 | 0.42 | 0 | 0.68 | 0.06 | 96.59 | 0.85 | 0.62 |
| Hex | 8C | F0 | 4C | 2A | 0 | 44 | 6 | 61 | 55 | 3E |
| Octal | 214 | 360 | 114 | 52 | 0 | 104 | 6 | 141 | 125 | 76 |
| Binary | 10001100 | 11110000 | 1001100 | 101010 | 0 | 1000100 | 110 | 1100001 | 1010101 | 111110 |
Color Harmonies of #8CF04C
Complementary color
Monochromatic Colors of #8CF04C
Black with #8CF04C
Text Example
Text Example
White with #8CF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF04C; }
p { color: rgb(140,240,76); }
H1.HeaderClassName
{
color: #8CF04C;
}
.AnyTagClassName
{
color: #8CF04C;
}
</style>
background-color css
<style>
a { background-color: #8CF04C; }
a { background-color: rgb(140,240,76); }
div.DivClassName
{
background-color: #8CF04C;
}
.BgClassName
{
background-color: #8CF04C;
}
</style>
border-color css
<style>
span { border-color: #8CF04C; }
span { border-color: rgb(140,240,76); }
td.TdClassName
{
border-color: #8CF04C;
}
.TagClassName
{
border-color: #8CF04C;
}
</style>