Shades of Atlantis #8CCC45
Tints of Atlantis #8CCC45
RGB
CMYK
RGB Variations
Color information
#8CCC45 (or 0x8CCC45) is known color: Atlantis. HEX triplet: 8C, CC and 45. RGB value is (140,204,69). Sum of RGB (Red+Green+Blue) = 140+204+69=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC45 is #7333BA. Grayscale: #A9A9A9. Windows color (decimal): -7549883 or 4574348. OLE color: 4574348.
HSL color Cylindrical-coordinate representation of color #8CCC45: hue angle of 88.44º 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 #8CCC45 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 69 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.2 |
| HSL | 88.44º | 0.57% | 0.54% | - |
| HSV(B) | 88.44º | 0.66% | 0.8% | - |
| XYZ | 33.48 | 49.19 | 13.36 | - |
| YUV | 169.47 | 71.3 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 69 | 0.31 | 0 | 0.66 | 0.2 | 88.44 | 0.57 | 0.54 |
| Hex | 8C | CC | 45 | 1F | 0 | 42 | 14 | 58 | 39 | 36 |
| Octal | 214 | 314 | 105 | 37 | 0 | 102 | 24 | 130 | 71 | 66 |
| Binary | 10001100 | 11001100 | 1000101 | 11111 | 0 | 1000010 | 10100 | 1011000 | 111001 | 110110 |
Color Harmonies of #8CCC45
Complementary color
Monochromatic Colors of #8CCC45
Black with #8CCC45
Text Example
Text Example
White with #8CCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC45; }
p { color: rgb(140,204,69); }
H1.HeaderClassName
{
color: #8CCC45;
}
.AnyTagClassName
{
color: #8CCC45;
}
</style>
background-color css
<style>
a { background-color: #8CCC45; }
a { background-color: rgb(140,204,69); }
div.DivClassName
{
background-color: #8CCC45;
}
.BgClassName
{
background-color: #8CCC45;
}
</style>
border-color css
<style>
span { border-color: #8CCC45; }
span { border-color: rgb(140,204,69); }
td.TdClassName
{
border-color: #8CCC45;
}
.TagClassName
{
border-color: #8CCC45;
}
</style>