Shades of Atlantis #8CCC44
Tints of Atlantis #8CCC44
RGB
CMYK
RGB Variations
Color information
#8CCC44 (or 0x8CCC44) is known color: Atlantis. HEX triplet: 8C, CC and 44. RGB value is (140,204,68). Sum of RGB (Red+Green+Blue) = 140+204+68=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC44 is #7333BB. Grayscale: #A9A9A9. Windows color (decimal): -7549884 or 4508812. OLE color: 4508812.
HSL color Cylindrical-coordinate representation of color #8CCC44: hue angle of 88.24º 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 #8CCC44 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 68 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.2 |
| HSL | 88.24º | 0.57% | 0.53% | - |
| HSV(B) | 88.24º | 0.67% | 0.8% | - |
| XYZ | 33.45 | 49.18 | 13.2 | - |
| YUV | 169.36 | 70.8 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 68 | 0.31 | 0 | 0.67 | 0.2 | 88.24 | 0.57 | 0.53 |
| Hex | 8C | CC | 44 | 1F | 0 | 43 | 14 | 58 | 39 | 35 |
| Octal | 214 | 314 | 104 | 37 | 0 | 103 | 24 | 130 | 71 | 65 |
| Binary | 10001100 | 11001100 | 1000100 | 11111 | 0 | 1000011 | 10100 | 1011000 | 111001 | 110101 |
Color Harmonies of #8CCC44
Complementary color
Monochromatic Colors of #8CCC44
Black with #8CCC44
Text Example
Text Example
White with #8CCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC44; }
p { color: rgb(140,204,68); }
H1.HeaderClassName
{
color: #8CCC44;
}
.AnyTagClassName
{
color: #8CCC44;
}
</style>
background-color css
<style>
a { background-color: #8CCC44; }
a { background-color: rgb(140,204,68); }
div.DivClassName
{
background-color: #8CCC44;
}
.BgClassName
{
background-color: #8CCC44;
}
</style>
border-color css
<style>
span { border-color: #8CCC44; }
span { border-color: rgb(140,204,68); }
td.TdClassName
{
border-color: #8CCC44;
}
.TagClassName
{
border-color: #8CCC44;
}
</style>