Shades of Atlantis #8CC040
Tints of Atlantis #8CC040
RGB
CMYK
RGB Variations
Color information
#8CC040 (or 0x8CC040) is known color: Atlantis. HEX triplet: 8C, C0 and 40. RGB value is (140,192,64). Sum of RGB (Red+Green+Blue) = 140+192+64=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC040 is #733FBF. Grayscale: #A2A2A2. Windows color (decimal): -7552960 or 4243596. OLE color: 4243596.
HSL color Cylindrical-coordinate representation of color #8CC040: hue angle of 84.38º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CC040 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 64 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.25 |
| HSL | 84.38º | 0.5% | 0.5% | - |
| HSV(B) | 84.38º | 0.67% | 0.75% | - |
| XYZ | 30.59 | 43.64 | 11.66 | - |
| YUV | 161.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 64 | 0.27 | 0 | 0.67 | 0.25 | 84.38 | 0.5 | 0.5 |
| Hex | 8C | C0 | 40 | 1B | 0 | 43 | 19 | 54 | 32 | 32 |
| Octal | 214 | 300 | 100 | 33 | 0 | 103 | 31 | 124 | 62 | 62 |
| Binary | 10001100 | 11000000 | 1000000 | 11011 | 0 | 1000011 | 11001 | 1010100 | 110010 | 110010 |
Color Harmonies of #8CC040
Complementary color
Monochromatic Colors of #8CC040
Black with #8CC040
Text Example
Text Example
White with #8CC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC040; }
p { color: rgb(140,192,64); }
H1.HeaderClassName
{
color: #8CC040;
}
.AnyTagClassName
{
color: #8CC040;
}
</style>
background-color css
<style>
a { background-color: #8CC040; }
a { background-color: rgb(140,192,64); }
div.DivClassName
{
background-color: #8CC040;
}
.BgClassName
{
background-color: #8CC040;
}
</style>
border-color css
<style>
span { border-color: #8CC040; }
span { border-color: rgb(140,192,64); }
td.TdClassName
{
border-color: #8CC040;
}
.TagClassName
{
border-color: #8CC040;
}
</style>