Shades of Atlantis #8DCE46
Tints of Atlantis #8DCE46
RGB
CMYK
RGB Variations
Color information
#8DCE46 (or 0x8DCE46) is known color: Atlantis. HEX triplet: 8D, CE and 46. RGB value is (141,206,70). Sum of RGB (Red+Green+Blue) = 141+206+70=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCE46 is #7231B9. Grayscale: #ABABAB. Windows color (decimal): -7483834 or 4640397. OLE color: 4640397.
HSL color Cylindrical-coordinate representation of color #8DCE46: hue angle of 88.68º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DCE46 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 70 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.19 |
| HSL | 88.68º | 0.58% | 0.54% | - |
| HSV(B) | 88.68º | 0.66% | 0.81% | - |
| XYZ | 34.16 | 50.25 | 13.69 | - |
| YUV | 171.06 | 70.97 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 70 | 0.32 | 0 | 0.66 | 0.19 | 88.68 | 0.58 | 0.54 |
| Hex | 8D | CE | 46 | 20 | 0 | 42 | 13 | 59 | 3A | 36 |
| Octal | 215 | 316 | 106 | 40 | 0 | 102 | 23 | 131 | 72 | 66 |
| Binary | 10001101 | 11001110 | 1000110 | 100000 | 0 | 1000010 | 10011 | 1011001 | 111010 | 110110 |
Color Harmonies of #8DCE46
Complementary color
Monochromatic Colors of #8DCE46
Black with #8DCE46
Text Example
Text Example
White with #8DCE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE46; }
p { color: rgb(141,206,70); }
H1.HeaderClassName
{
color: #8DCE46;
}
.AnyTagClassName
{
color: #8DCE46;
}
</style>
background-color css
<style>
a { background-color: #8DCE46; }
a { background-color: rgb(141,206,70); }
div.DivClassName
{
background-color: #8DCE46;
}
.BgClassName
{
background-color: #8DCE46;
}
</style>
border-color css
<style>
span { border-color: #8DCE46; }
span { border-color: rgb(141,206,70); }
td.TdClassName
{
border-color: #8DCE46;
}
.TagClassName
{
border-color: #8DCE46;
}
</style>