Shades of Atlantis #8DC342
Tints of Atlantis #8DC342
RGB
CMYK
RGB Variations
Color information
#8DC342 (or 0x8DC342) is known color: Atlantis. HEX triplet: 8D, C3 and 42. RGB value is (141,195,66). Sum of RGB (Red+Green+Blue) = 141+195+66=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC342 is #723CBD. Grayscale: #A4A4A4. Windows color (decimal): -7486654 or 4375437. OLE color: 4375437.
HSL color Cylindrical-coordinate representation of color #8DC342: hue angle of 85.12º degrees, saturation: 0.52, 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 #8DC342 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 66 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.24 |
| HSL | 85.12º | 0.52% | 0.51% | - |
| HSV(B) | 85.12º | 0.66% | 0.76% | - |
| XYZ | 31.48 | 45.09 | 12.2 | - |
| YUV | 164.15 | 72.61 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 66 | 0.28 | 0 | 0.66 | 0.24 | 85.12 | 0.52 | 0.51 |
| Hex | 8D | C3 | 42 | 1C | 0 | 42 | 18 | 55 | 34 | 33 |
| Octal | 215 | 303 | 102 | 34 | 0 | 102 | 30 | 125 | 64 | 63 |
| Binary | 10001101 | 11000011 | 1000010 | 11100 | 0 | 1000010 | 11000 | 1010101 | 110100 | 110011 |
Color Harmonies of #8DC342
Complementary color
Monochromatic Colors of #8DC342
Black with #8DC342
Text Example
Text Example
White with #8DC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC342; }
p { color: rgb(141,195,66); }
H1.HeaderClassName
{
color: #8DC342;
}
.AnyTagClassName
{
color: #8DC342;
}
</style>
background-color css
<style>
a { background-color: #8DC342; }
a { background-color: rgb(141,195,66); }
div.DivClassName
{
background-color: #8DC342;
}
.BgClassName
{
background-color: #8DC342;
}
</style>
border-color css
<style>
span { border-color: #8DC342; }
span { border-color: rgb(141,195,66); }
td.TdClassName
{
border-color: #8DC342;
}
.TagClassName
{
border-color: #8DC342;
}
</style>