Shades of Atlantis #8DC746
Tints of Atlantis #8DC746
RGB
CMYK
RGB Variations
Color information
#8DC746 (or 0x8DC746) is known color: Atlantis. HEX triplet: 8D, C7 and 46. RGB value is (141,199,70). Sum of RGB (Red+Green+Blue) = 141+199+70=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 199 (78.12% from 255 or 48.54% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC746 is #7238B9. Grayscale: #A7A7A7. Windows color (decimal): -7485626 or 4638605. OLE color: 4638605.
HSL color Cylindrical-coordinate representation of color #8DC746: hue angle of 86.98º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DC746 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 199 | 70 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.22 |
| HSL | 86.98º | 0.54% | 0.53% | - |
| HSV(B) | 86.98º | 0.65% | 0.78% | - |
| XYZ | 32.51 | 46.95 | 13.14 | - |
| YUV | 166.95 | 73.28 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 199 | 70 | 0.29 | 0 | 0.65 | 0.22 | 86.98 | 0.54 | 0.53 |
| Hex | 8D | C7 | 46 | 1D | 0 | 41 | 16 | 57 | 36 | 35 |
| Octal | 215 | 307 | 106 | 35 | 0 | 101 | 26 | 127 | 66 | 65 |
| Binary | 10001101 | 11000111 | 1000110 | 11101 | 0 | 1000001 | 10110 | 1010111 | 110110 | 110101 |
Color Harmonies of #8DC746
Complementary color
Monochromatic Colors of #8DC746
Black with #8DC746
Text Example
Text Example
White with #8DC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC746; }
p { color: rgb(141,199,70); }
H1.HeaderClassName
{
color: #8DC746;
}
.AnyTagClassName
{
color: #8DC746;
}
</style>
background-color css
<style>
a { background-color: #8DC746; }
a { background-color: rgb(141,199,70); }
div.DivClassName
{
background-color: #8DC746;
}
.BgClassName
{
background-color: #8DC746;
}
</style>
border-color css
<style>
span { border-color: #8DC746; }
span { border-color: rgb(141,199,70); }
td.TdClassName
{
border-color: #8DC746;
}
.TagClassName
{
border-color: #8DC746;
}
</style>