Shades of Atlantis #8DC84A
Tints of Atlantis #8DC84A
RGB
CMYK
RGB Variations
Color information
#8DC84A (or 0x8DC84A) is known color: Atlantis. HEX triplet: 8D, C8 and 4A. RGB value is (141,200,74). Sum of RGB (Red+Green+Blue) = 141+200+74=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC84A is #7237B5. Grayscale: #A8A8A8. Windows color (decimal): -7485366 or 4901005. OLE color: 4901005.
HSL color Cylindrical-coordinate representation of color #8DC84A: hue angle of 88.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DC84A is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 74 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.22 |
| HSL | 88.1º | 0.53% | 0.54% | - |
| HSV(B) | 88.1º | 0.63% | 0.78% | - |
| XYZ | 32.87 | 47.47 | 13.91 | - |
| YUV | 168 | 74.95 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 74 | 0.29 | 0 | 0.63 | 0.22 | 88.1 | 0.53 | 0.54 |
| Hex | 8D | C8 | 4A | 1D | 0 | 3F | 16 | 58 | 35 | 36 |
| Octal | 215 | 310 | 112 | 35 | 0 | 77 | 26 | 130 | 65 | 66 |
| Binary | 10001101 | 11001000 | 1001010 | 11101 | 0 | 111111 | 10110 | 1011000 | 110101 | 110110 |
Color Harmonies of #8DC84A
Complementary color
Monochromatic Colors of #8DC84A
Black with #8DC84A
Text Example
Text Example
White with #8DC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC84A; }
p { color: rgb(141,200,74); }
H1.HeaderClassName
{
color: #8DC84A;
}
.AnyTagClassName
{
color: #8DC84A;
}
</style>
background-color css
<style>
a { background-color: #8DC84A; }
a { background-color: rgb(141,200,74); }
div.DivClassName
{
background-color: #8DC84A;
}
.BgClassName
{
background-color: #8DC84A;
}
</style>
border-color css
<style>
span { border-color: #8DC84A; }
span { border-color: rgb(141,200,74); }
td.TdClassName
{
border-color: #8DC84A;
}
.TagClassName
{
border-color: #8DC84A;
}
</style>