Shades of Atlantis #8DDA3E
Tints of Atlantis #8DDA3E
RGB
CMYK
RGB Variations
Color information
#8DDA3E (or 0x8DDA3E) is known color: Atlantis. HEX triplet: 8D, DA and 3E. RGB value is (141,218,62). Sum of RGB (Red+Green+Blue) = 141+218+62=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDA3E is #7225C1. Grayscale: #B1B1B1. Windows color (decimal): -7480770 or 4119181. OLE color: 4119181.
HSL color Cylindrical-coordinate representation of color #8DDA3E: hue angle of 89.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DDA3E is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 62 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.15 |
| HSL | 89.62º | 0.68% | 0.55% | - |
| HSV(B) | 89.62º | 0.72% | 0.85% | - |
| XYZ | 36.93 | 56.15 | 13.45 | - |
| YUV | 177.19 | 62.99 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 62 | 0.35 | 0 | 0.72 | 0.15 | 89.62 | 0.68 | 0.55 |
| Hex | 8D | DA | 3E | 23 | 0 | 48 | F | 5A | 44 | 37 |
| Octal | 215 | 332 | 76 | 43 | 0 | 110 | 17 | 132 | 104 | 67 |
| Binary | 10001101 | 11011010 | 111110 | 100011 | 0 | 1001000 | 1111 | 1011010 | 1000100 | 110111 |
Color Harmonies of #8DDA3E
Complementary color
Monochromatic Colors of #8DDA3E
Black with #8DDA3E
Text Example
Text Example
White with #8DDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA3E; }
p { color: rgb(141,218,62); }
H1.HeaderClassName
{
color: #8DDA3E;
}
.AnyTagClassName
{
color: #8DDA3E;
}
</style>
background-color css
<style>
a { background-color: #8DDA3E; }
a { background-color: rgb(141,218,62); }
div.DivClassName
{
background-color: #8DDA3E;
}
.BgClassName
{
background-color: #8DDA3E;
}
</style>
border-color css
<style>
span { border-color: #8DDA3E; }
span { border-color: rgb(141,218,62); }
td.TdClassName
{
border-color: #8DDA3E;
}
.TagClassName
{
border-color: #8DDA3E;
}
</style>