Shades of Atlantis #8DDA3C
Tints of Atlantis #8DDA3C
RGB
CMYK
RGB Variations
Color information
#8DDA3C (or 0x8DDA3C) is known color: Atlantis. HEX triplet: 8D, DA and 3C. RGB value is (141,218,60). Sum of RGB (Red+Green+Blue) = 141+218+60=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 218 (85.55% from 255 or 52.03% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDA3C is #7225C3. Grayscale: #B1B1B1. Windows color (decimal): -7480772 or 3988109. OLE color: 3988109.
HSL color Cylindrical-coordinate representation of color #8DDA3C: hue angle of 89.24º 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 #8DDA3C is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 60 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.15 |
| HSL | 89.24º | 0.68% | 0.55% | - |
| HSV(B) | 89.24º | 0.72% | 0.85% | - |
| XYZ | 36.87 | 56.13 | 13.17 | - |
| YUV | 176.97 | 61.99 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 60 | 0.35 | 0 | 0.72 | 0.15 | 89.24 | 0.68 | 0.55 |
| Hex | 8D | DA | 3C | 23 | 0 | 48 | F | 59 | 44 | 37 |
| Octal | 215 | 332 | 74 | 43 | 0 | 110 | 17 | 131 | 104 | 67 |
| Binary | 10001101 | 11011010 | 111100 | 100011 | 0 | 1001000 | 1111 | 1011001 | 1000100 | 110111 |
Color Harmonies of #8DDA3C
Complementary color
Monochromatic Colors of #8DDA3C
Black with #8DDA3C
Text Example
Text Example
White with #8DDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA3C; }
p { color: rgb(141,218,60); }
H1.HeaderClassName
{
color: #8DDA3C;
}
.AnyTagClassName
{
color: #8DDA3C;
}
</style>
background-color css
<style>
a { background-color: #8DDA3C; }
a { background-color: rgb(141,218,60); }
div.DivClassName
{
background-color: #8DDA3C;
}
.BgClassName
{
background-color: #8DDA3C;
}
</style>
border-color css
<style>
span { border-color: #8DDA3C; }
span { border-color: rgb(141,218,60); }
td.TdClassName
{
border-color: #8DDA3C;
}
.TagClassName
{
border-color: #8DDA3C;
}
</style>