Shades of Atlantis #8CC346
Tints of Atlantis #8CC346
RGB
CMYK
RGB Variations
Color information
#8CC346 (or 0x8CC346) is known color: Atlantis. HEX triplet: 8C, C3 and 46. RGB value is (140,195,70). Sum of RGB (Red+Green+Blue) = 140+195+70=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC346 is #733CB9. Grayscale: #A4A4A4. Windows color (decimal): -7552186 or 4637580. OLE color: 4637580.
HSL color Cylindrical-coordinate representation of color #8CC346: hue angle of 86.4º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CC346 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 70 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.24 |
| HSL | 86.4º | 0.51% | 0.52% | - |
| HSV(B) | 86.4º | 0.64% | 0.76% | - |
| XYZ | 31.44 | 45.05 | 12.83 | - |
| YUV | 164.31 | 74.78 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 70 | 0.28 | 0 | 0.64 | 0.24 | 86.4 | 0.51 | 0.52 |
| Hex | 8C | C3 | 46 | 1C | 0 | 40 | 18 | 56 | 33 | 34 |
| Octal | 214 | 303 | 106 | 34 | 0 | 100 | 30 | 126 | 63 | 64 |
| Binary | 10001100 | 11000011 | 1000110 | 11100 | 0 | 1000000 | 11000 | 1010110 | 110011 | 110100 |
Color Harmonies of #8CC346
Complementary color
Monochromatic Colors of #8CC346
Black with #8CC346
Text Example
Text Example
White with #8CC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC346; }
p { color: rgb(140,195,70); }
H1.HeaderClassName
{
color: #8CC346;
}
.AnyTagClassName
{
color: #8CC346;
}
</style>
background-color css
<style>
a { background-color: #8CC346; }
a { background-color: rgb(140,195,70); }
div.DivClassName
{
background-color: #8CC346;
}
.BgClassName
{
background-color: #8CC346;
}
</style>
border-color css
<style>
span { border-color: #8CC346; }
span { border-color: rgb(140,195,70); }
td.TdClassName
{
border-color: #8CC346;
}
.TagClassName
{
border-color: #8CC346;
}
</style>