Shades of Atlantis #8CC046
Tints of Atlantis #8CC046
RGB
CMYK
RGB Variations
Color information
#8CC046 (or 0x8CC046) is known color: Atlantis. HEX triplet: 8C, C0 and 46. RGB value is (140,192,70). Sum of RGB (Red+Green+Blue) = 140+192+70=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC046 is #733FB9. Grayscale: #A2A2A2. Windows color (decimal): -7552954 or 4636812. OLE color: 4636812.
HSL color Cylindrical-coordinate representation of color #8CC046: hue angle of 85.57º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CC046 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 70 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.25 |
| HSL | 85.57º | 0.49% | 0.51% | - |
| HSV(B) | 85.57º | 0.64% | 0.75% | - |
| XYZ | 30.77 | 43.72 | 12.61 | - |
| YUV | 162.54 | 75.77 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 70 | 0.27 | 0 | 0.64 | 0.25 | 85.57 | 0.49 | 0.51 |
| Hex | 8C | C0 | 46 | 1B | 0 | 40 | 19 | 56 | 31 | 33 |
| Octal | 214 | 300 | 106 | 33 | 0 | 100 | 31 | 126 | 61 | 63 |
| Binary | 10001100 | 11000000 | 1000110 | 11011 | 0 | 1000000 | 11001 | 1010110 | 110001 | 110011 |
Color Harmonies of #8CC046
Complementary color
Monochromatic Colors of #8CC046
Black with #8CC046
Text Example
Text Example
White with #8CC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC046; }
p { color: rgb(140,192,70); }
H1.HeaderClassName
{
color: #8CC046;
}
.AnyTagClassName
{
color: #8CC046;
}
</style>
background-color css
<style>
a { background-color: #8CC046; }
a { background-color: rgb(140,192,70); }
div.DivClassName
{
background-color: #8CC046;
}
.BgClassName
{
background-color: #8CC046;
}
</style>
border-color css
<style>
span { border-color: #8CC046; }
span { border-color: rgb(140,192,70); }
td.TdClassName
{
border-color: #8CC046;
}
.TagClassName
{
border-color: #8CC046;
}
</style>