Shades of Atlantis #8CCD45
Tints of Atlantis #8CCD45
RGB
CMYK
RGB Variations
Color information
#8CCD45 (or 0x8CCD45) is known color: Atlantis. HEX triplet: 8C, CD and 45. RGB value is (140,205,69). Sum of RGB (Red+Green+Blue) = 140+205+69=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCD45 is #7332BA. Grayscale: #AAAAAA. Windows color (decimal): -7549627 or 4574604. OLE color: 4574604.
HSL color Cylindrical-coordinate representation of color #8CCD45: hue angle of 88.68º degrees, saturation: 0.58, 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 #8CCD45 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 69 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.20 |
| HSL | 88.68º | 0.58% | 0.54% | - |
| HSV(B) | 88.68º | 0.66% | 0.8% | - |
| XYZ | 33.72 | 49.67 | 13.44 | - |
| YUV | 170.06 | 70.97 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 69 | 0.32 | 0 | 0.66 | 0.20 | 88.68 | 0.58 | 0.54 |
| Hex | 8C | CD | 45 | 20 | 0 | 42 | 14 | 59 | 3A | 36 |
| Octal | 214 | 315 | 105 | 40 | 0 | 102 | 24 | 131 | 72 | 66 |
| Binary | 10001100 | 11001101 | 1000101 | 100000 | 0 | 1000010 | 10100 | 1011001 | 111010 | 110110 |
Color Harmonies of #8CCD45
Complementary color
Monochromatic Colors of #8CCD45
Black with #8CCD45
Text Example
Text Example
White with #8CCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD45; }
p { color: rgb(140,205,69); }
H1.HeaderClassName
{
color: #8CCD45;
}
.AnyTagClassName
{
color: #8CCD45;
}
</style>
background-color css
<style>
a { background-color: #8CCD45; }
a { background-color: rgb(140,205,69); }
div.DivClassName
{
background-color: #8CCD45;
}
.BgClassName
{
background-color: #8CCD45;
}
</style>
border-color css
<style>
span { border-color: #8CCD45; }
span { border-color: rgb(140,205,69); }
td.TdClassName
{
border-color: #8CCD45;
}
.TagClassName
{
border-color: #8CCD45;
}
</style>