Shades of Atlantis #8DCC44
Tints of Atlantis #8DCC44
RGB
CMYK
RGB Variations
Color information
#8DCC44 (or 0x8DCC44) is known color: Atlantis. HEX triplet: 8D, CC and 44. RGB value is (141,204,68). Sum of RGB (Red+Green+Blue) = 141+204+68=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC44 is #7233BB. Grayscale: #AAAAAA. Windows color (decimal): -7484348 or 4508813. OLE color: 4508813.
HSL color Cylindrical-coordinate representation of color #8DCC44: hue angle of 87.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DCC44 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 68 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.2 |
| HSL | 87.79º | 0.57% | 0.53% | - |
| HSV(B) | 87.79º | 0.67% | 0.8% | - |
| XYZ | 33.62 | 49.27 | 13.21 | - |
| YUV | 169.66 | 70.63 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 68 | 0.31 | 0 | 0.67 | 0.2 | 87.79 | 0.57 | 0.53 |
| Hex | 8D | CC | 44 | 1F | 0 | 43 | 14 | 58 | 39 | 35 |
| Octal | 215 | 314 | 104 | 37 | 0 | 103 | 24 | 130 | 71 | 65 |
| Binary | 10001101 | 11001100 | 1000100 | 11111 | 0 | 1000011 | 10100 | 1011000 | 111001 | 110101 |
Color Harmonies of #8DCC44
Complementary color
Monochromatic Colors of #8DCC44
Black with #8DCC44
Text Example
Text Example
White with #8DCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC44; }
p { color: rgb(141,204,68); }
H1.HeaderClassName
{
color: #8DCC44;
}
.AnyTagClassName
{
color: #8DCC44;
}
</style>
background-color css
<style>
a { background-color: #8DCC44; }
a { background-color: rgb(141,204,68); }
div.DivClassName
{
background-color: #8DCC44;
}
.BgClassName
{
background-color: #8DCC44;
}
</style>
border-color css
<style>
span { border-color: #8DCC44; }
span { border-color: rgb(141,204,68); }
td.TdClassName
{
border-color: #8DCC44;
}
.TagClassName
{
border-color: #8DCC44;
}
</style>