Shades of Atlantis #8DC040
Tints of Atlantis #8DC040
RGB
CMYK
RGB Variations
Color information
#8DC040 (or 0x8DC040) is known color: Atlantis. HEX triplet: 8D, C0 and 40. RGB value is (141,192,64). Sum of RGB (Red+Green+Blue) = 141+192+64=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC040 is #723FBF. Grayscale: #A2A2A2. Windows color (decimal): -7487424 or 4243597. OLE color: 4243597.
HSL color Cylindrical-coordinate representation of color #8DC040: hue angle of 83.91º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DC040 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 64 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.25 |
| HSL | 83.91º | 0.5% | 0.5% | - |
| HSV(B) | 83.91º | 0.67% | 0.75% | - |
| XYZ | 30.76 | 43.73 | 11.67 | - |
| YUV | 162.16 | 72.6 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 64 | 0.27 | 0 | 0.67 | 0.25 | 83.91 | 0.5 | 0.5 |
| Hex | 8D | C0 | 40 | 1B | 0 | 43 | 19 | 54 | 32 | 32 |
| Octal | 215 | 300 | 100 | 33 | 0 | 103 | 31 | 124 | 62 | 62 |
| Binary | 10001101 | 11000000 | 1000000 | 11011 | 0 | 1000011 | 11001 | 1010100 | 110010 | 110010 |
Color Harmonies of #8DC040
Complementary color
Monochromatic Colors of #8DC040
Black with #8DC040
Text Example
Text Example
White with #8DC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC040; }
p { color: rgb(141,192,64); }
H1.HeaderClassName
{
color: #8DC040;
}
.AnyTagClassName
{
color: #8DC040;
}
</style>
background-color css
<style>
a { background-color: #8DC040; }
a { background-color: rgb(141,192,64); }
div.DivClassName
{
background-color: #8DC040;
}
.BgClassName
{
background-color: #8DC040;
}
</style>
border-color css
<style>
span { border-color: #8DC040; }
span { border-color: rgb(141,192,64); }
td.TdClassName
{
border-color: #8DC040;
}
.TagClassName
{
border-color: #8DC040;
}
</style>