Shades of Atlantis #8DC94A
Tints of Atlantis #8DC94A
RGB
CMYK
RGB Variations
Color information
#8DC94A (or 0x8DC94A) is known color: Atlantis. HEX triplet: 8D, C9 and 4A. RGB value is (141,201,74). Sum of RGB (Red+Green+Blue) = 141+201+74=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC94A is #7236B5. Grayscale: #A9A9A9. Windows color (decimal): -7485110 or 4901261. OLE color: 4901261.
HSL color Cylindrical-coordinate representation of color #8DC94A: hue angle of 88.35º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DC94A is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 74 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.21 |
| HSL | 88.35º | 0.54% | 0.54% | - |
| HSV(B) | 88.35º | 0.63% | 0.79% | - |
| XYZ | 33.11 | 47.93 | 13.99 | - |
| YUV | 168.58 | 74.62 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 74 | 0.30 | 0 | 0.63 | 0.21 | 88.35 | 0.54 | 0.54 |
| Hex | 8D | C9 | 4A | 1E | 0 | 3F | 15 | 58 | 36 | 36 |
| Octal | 215 | 311 | 112 | 36 | 0 | 77 | 25 | 130 | 66 | 66 |
| Binary | 10001101 | 11001001 | 1001010 | 11110 | 0 | 111111 | 10101 | 1011000 | 110110 | 110110 |
Color Harmonies of #8DC94A
Complementary color
Monochromatic Colors of #8DC94A
Black with #8DC94A
Text Example
Text Example
White with #8DC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC94A; }
p { color: rgb(141,201,74); }
H1.HeaderClassName
{
color: #8DC94A;
}
.AnyTagClassName
{
color: #8DC94A;
}
</style>
background-color css
<style>
a { background-color: #8DC94A; }
a { background-color: rgb(141,201,74); }
div.DivClassName
{
background-color: #8DC94A;
}
.BgClassName
{
background-color: #8DC94A;
}
</style>
border-color css
<style>
span { border-color: #8DC94A; }
span { border-color: rgb(141,201,74); }
td.TdClassName
{
border-color: #8DC94A;
}
.TagClassName
{
border-color: #8DC94A;
}
</style>