Shades of Atlantis #8CCD46
Tints of Atlantis #8CCD46
RGB
CMYK
RGB Variations
Color information
#8CCD46 (or 0x8CCD46) is known color: Atlantis. HEX triplet: 8C, CD and 46. RGB value is (140,205,70). Sum of RGB (Red+Green+Blue) = 140+205+70=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCD46 is #7332B9. Grayscale: #AAAAAA. Windows color (decimal): -7549626 or 4640140. OLE color: 4640140.
HSL color Cylindrical-coordinate representation of color #8CCD46: hue angle of 88.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CCD46 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 70 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.20 |
| HSL | 88.89º | 0.57% | 0.54% | - |
| HSV(B) | 88.89º | 0.66% | 0.8% | - |
| XYZ | 33.75 | 49.68 | 13.6 | - |
| YUV | 170.18 | 71.47 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 70 | 0.32 | 0 | 0.66 | 0.20 | 88.89 | 0.57 | 0.54 |
| Hex | 8C | CD | 46 | 20 | 0 | 42 | 14 | 59 | 39 | 36 |
| Octal | 214 | 315 | 106 | 40 | 0 | 102 | 24 | 131 | 71 | 66 |
| Binary | 10001100 | 11001101 | 1000110 | 100000 | 0 | 1000010 | 10100 | 1011001 | 111001 | 110110 |
Color Harmonies of #8CCD46
Complementary color
Monochromatic Colors of #8CCD46
Black with #8CCD46
Text Example
Text Example
White with #8CCD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD46; }
p { color: rgb(140,205,70); }
H1.HeaderClassName
{
color: #8CCD46;
}
.AnyTagClassName
{
color: #8CCD46;
}
</style>
background-color css
<style>
a { background-color: #8CCD46; }
a { background-color: rgb(140,205,70); }
div.DivClassName
{
background-color: #8CCD46;
}
.BgClassName
{
background-color: #8CCD46;
}
</style>
border-color css
<style>
span { border-color: #8CCD46; }
span { border-color: rgb(140,205,70); }
td.TdClassName
{
border-color: #8CCD46;
}
.TagClassName
{
border-color: #8CCD46;
}
</style>