Shades of Atlantis #8DD24C
Tints of Atlantis #8DD24C
RGB
CMYK
RGB Variations
Color information
#8DD24C (or 0x8DD24C) is known color: Atlantis. HEX triplet: 8D, D2 and 4C. RGB value is (141,210,76). Sum of RGB (Red+Green+Blue) = 141+210+76=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD24C is #722DB3. Grayscale: #AEAEAE. Windows color (decimal): -7482804 or 5034637. OLE color: 5034637.
HSL color Cylindrical-coordinate representation of color #8DD24C: hue angle of 90.9º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DD24C is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 76 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.18 |
| HSL | 90.9º | 0.6% | 0.56% | - |
| HSV(B) | 90.9º | 0.64% | 0.82% | - |
| XYZ | 35.34 | 52.28 | 15.07 | - |
| YUV | 174.09 | 72.64 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 76 | 0.33 | 0 | 0.64 | 0.18 | 90.9 | 0.6 | 0.56 |
| Hex | 8D | D2 | 4C | 21 | 0 | 40 | 12 | 5B | 3C | 38 |
| Octal | 215 | 322 | 114 | 41 | 0 | 100 | 22 | 133 | 74 | 70 |
| Binary | 10001101 | 11010010 | 1001100 | 100001 | 0 | 1000000 | 10010 | 1011011 | 111100 | 111000 |
Color Harmonies of #8DD24C
Complementary color
Monochromatic Colors of #8DD24C
Black with #8DD24C
Text Example
Text Example
White with #8DD24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD24C; }
p { color: rgb(141,210,76); }
H1.HeaderClassName
{
color: #8DD24C;
}
.AnyTagClassName
{
color: #8DD24C;
}
</style>
background-color css
<style>
a { background-color: #8DD24C; }
a { background-color: rgb(141,210,76); }
div.DivClassName
{
background-color: #8DD24C;
}
.BgClassName
{
background-color: #8DD24C;
}
</style>
border-color css
<style>
span { border-color: #8DD24C; }
span { border-color: rgb(141,210,76); }
td.TdClassName
{
border-color: #8DD24C;
}
.TagClassName
{
border-color: #8DD24C;
}
</style>