Shades of Atlantis #8DC141
Tints of Atlantis #8DC141
RGB
CMYK
RGB Variations
Color information
#8DC141 (or 0x8DC141) is known color: Atlantis. HEX triplet: 8D, C1 and 41. RGB value is (141,193,65). Sum of RGB (Red+Green+Blue) = 141+193+65=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC141 is #723EBE. Grayscale: #A3A3A3. Windows color (decimal): -7487167 or 4309389. OLE color: 4309389.
HSL color Cylindrical-coordinate representation of color #8DC141: hue angle of 84.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DC141 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 65 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.24 |
| HSL | 84.38º | 0.51% | 0.51% | - |
| HSV(B) | 84.38º | 0.66% | 0.76% | - |
| XYZ | 31.01 | 44.18 | 11.9 | - |
| YUV | 162.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 65 | 0.27 | 0 | 0.66 | 0.24 | 84.38 | 0.51 | 0.51 |
| Hex | 8D | C1 | 41 | 1B | 0 | 42 | 18 | 54 | 33 | 33 |
| Octal | 215 | 301 | 101 | 33 | 0 | 102 | 30 | 124 | 63 | 63 |
| Binary | 10001101 | 11000001 | 1000001 | 11011 | 0 | 1000010 | 11000 | 1010100 | 110011 | 110011 |
Color Harmonies of #8DC141
Complementary color
Monochromatic Colors of #8DC141
Black with #8DC141
Text Example
Text Example
White with #8DC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC141; }
p { color: rgb(141,193,65); }
H1.HeaderClassName
{
color: #8DC141;
}
.AnyTagClassName
{
color: #8DC141;
}
</style>
background-color css
<style>
a { background-color: #8DC141; }
a { background-color: rgb(141,193,65); }
div.DivClassName
{
background-color: #8DC141;
}
.BgClassName
{
background-color: #8DC141;
}
</style>
border-color css
<style>
span { border-color: #8DC141; }
span { border-color: rgb(141,193,65); }
td.TdClassName
{
border-color: #8DC141;
}
.TagClassName
{
border-color: #8DC141;
}
</style>