Shades of Atlantis #8DC149
Tints of Atlantis #8DC149
RGB
CMYK
RGB Variations
Color information
#8DC149 (or 0x8DC149) is known color: Atlantis. HEX triplet: 8D, C1 and 49. RGB value is (141,193,73). Sum of RGB (Red+Green+Blue) = 141+193+73=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC149 is #723EB6. Grayscale: #A4A4A4. Windows color (decimal): -7487159 or 4833677. OLE color: 4833677.
HSL color Cylindrical-coordinate representation of color #8DC149: hue angle of 86º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DC149 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 73 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.24 |
| HSL | 86º | 0.49% | 0.52% | - |
| HSV(B) | 86º | 0.62% | 0.76% | - |
| XYZ | 31.26 | 44.28 | 13.2 | - |
| YUV | 163.77 | 76.77 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 73 | 0.27 | 0 | 0.62 | 0.24 | 86 | 0.49 | 0.52 |
| Hex | 8D | C1 | 49 | 1B | 0 | 3E | 18 | 56 | 31 | 34 |
| Octal | 215 | 301 | 111 | 33 | 0 | 76 | 30 | 126 | 61 | 64 |
| Binary | 10001101 | 11000001 | 1001001 | 11011 | 0 | 111110 | 11000 | 1010110 | 110001 | 110100 |
Color Harmonies of #8DC149
Complementary color
Monochromatic Colors of #8DC149
Black with #8DC149
Text Example
Text Example
White with #8DC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC149; }
p { color: rgb(141,193,73); }
H1.HeaderClassName
{
color: #8DC149;
}
.AnyTagClassName
{
color: #8DC149;
}
</style>
background-color css
<style>
a { background-color: #8DC149; }
a { background-color: rgb(141,193,73); }
div.DivClassName
{
background-color: #8DC149;
}
.BgClassName
{
background-color: #8DC149;
}
</style>
border-color css
<style>
span { border-color: #8DC149; }
span { border-color: rgb(141,193,73); }
td.TdClassName
{
border-color: #8DC149;
}
.TagClassName
{
border-color: #8DC149;
}
</style>