Shades of Atlantis #8DD045
Tints of Atlantis #8DD045
RGB
CMYK
RGB Variations
Color information
#8DD045 (or 0x8DD045) is known color: Atlantis. HEX triplet: 8D, D0 and 45. RGB value is (141,208,69). Sum of RGB (Red+Green+Blue) = 141+208+69=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD045 is #722FBA. Grayscale: #ACACAC. Windows color (decimal): -7483323 or 4575373. OLE color: 4575373.
HSL color Cylindrical-coordinate representation of color #8DD045: hue angle of 88.92º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DD045 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 69 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.18 |
| HSL | 88.92º | 0.6% | 0.54% | - |
| HSV(B) | 88.92º | 0.67% | 0.82% | - |
| XYZ | 34.61 | 51.2 | 13.69 | - |
| YUV | 172.12 | 69.8 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 69 | 0.32 | 0 | 0.67 | 0.18 | 88.92 | 0.6 | 0.54 |
| Hex | 8D | D0 | 45 | 20 | 0 | 43 | 12 | 59 | 3C | 36 |
| Octal | 215 | 320 | 105 | 40 | 0 | 103 | 22 | 131 | 74 | 66 |
| Binary | 10001101 | 11010000 | 1000101 | 100000 | 0 | 1000011 | 10010 | 1011001 | 111100 | 110110 |
Color Harmonies of #8DD045
Complementary color
Monochromatic Colors of #8DD045
Black with #8DD045
Text Example
Text Example
White with #8DD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD045; }
p { color: rgb(141,208,69); }
H1.HeaderClassName
{
color: #8DD045;
}
.AnyTagClassName
{
color: #8DD045;
}
</style>
background-color css
<style>
a { background-color: #8DD045; }
a { background-color: rgb(141,208,69); }
div.DivClassName
{
background-color: #8DD045;
}
.BgClassName
{
background-color: #8DD045;
}
</style>
border-color css
<style>
span { border-color: #8DD045; }
span { border-color: rgb(141,208,69); }
td.TdClassName
{
border-color: #8DD045;
}
.TagClassName
{
border-color: #8DD045;
}
</style>