Shades of Atlantis #8CF046
Tints of Atlantis #8CF046
RGB
CMYK
RGB Variations
Color information
#8CF046 (or 0x8CF046) is known color: Atlantis. HEX triplet: 8C, F0 and 46. RGB value is (140,240,70). Sum of RGB (Red+Green+Blue) = 140+240+70=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF046 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF046 is #730FB9. Grayscale: #BFBFBF. Windows color (decimal): -7540666 or 4649100. OLE color: 4649100.
HSL color Cylindrical-coordinate representation of color #8CF046: hue angle of 95.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CF046 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 70 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.06 |
| HSL | 95.29º | 0.85% | 0.61% | - |
| HSV(B) | 95.29º | 0.71% | 0.94% | - |
| XYZ | 43.08 | 68.34 | 16.71 | - |
| YUV | 190.72 | 59.87 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 70 | 0.42 | 0 | 0.71 | 0.06 | 95.29 | 0.85 | 0.61 |
| Hex | 8C | F0 | 46 | 2A | 0 | 47 | 6 | 5F | 55 | 3D |
| Octal | 214 | 360 | 106 | 52 | 0 | 107 | 6 | 137 | 125 | 75 |
| Binary | 10001100 | 11110000 | 1000110 | 101010 | 0 | 1000111 | 110 | 1011111 | 1010101 | 111101 |
Color Harmonies of #8CF046
Complementary color
Monochromatic Colors of #8CF046
Black with #8CF046
Text Example
Text Example
White with #8CF046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF046; }
p { color: rgb(140,240,70); }
H1.HeaderClassName
{
color: #8CF046;
}
.AnyTagClassName
{
color: #8CF046;
}
</style>
background-color css
<style>
a { background-color: #8CF046; }
a { background-color: rgb(140,240,70); }
div.DivClassName
{
background-color: #8CF046;
}
.BgClassName
{
background-color: #8CF046;
}
</style>
border-color css
<style>
span { border-color: #8CF046; }
span { border-color: rgb(140,240,70); }
td.TdClassName
{
border-color: #8CF046;
}
.TagClassName
{
border-color: #8CF046;
}
</style>