Shades of Atlantis #8CC640
Tints of Atlantis #8CC640
RGB
CMYK
RGB Variations
Color information
#8CC640 (or 0x8CC640) is known color: Atlantis. HEX triplet: 8C, C6 and 40. RGB value is (140,198,64). Sum of RGB (Red+Green+Blue) = 140+198+64=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC640 is #7339BF. Grayscale: #A5A5A5. Windows color (decimal): -7551424 or 4245132. OLE color: 4245132.
HSL color Cylindrical-coordinate representation of color #8CC640: hue angle of 85.97º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CC640 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 198 | 64 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.22 |
| HSL | 85.97º | 0.54% | 0.51% | - |
| HSV(B) | 85.97º | 0.68% | 0.78% | - |
| XYZ | 31.93 | 46.33 | 12.11 | - |
| YUV | 165.38 | 70.78 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 198 | 64 | 0.29 | 0 | 0.68 | 0.22 | 85.97 | 0.54 | 0.51 |
| Hex | 8C | C6 | 40 | 1D | 0 | 44 | 16 | 56 | 36 | 33 |
| Octal | 214 | 306 | 100 | 35 | 0 | 104 | 26 | 126 | 66 | 63 |
| Binary | 10001100 | 11000110 | 1000000 | 11101 | 0 | 1000100 | 10110 | 1010110 | 110110 | 110011 |
Color Harmonies of #8CC640
Complementary color
Monochromatic Colors of #8CC640
Black with #8CC640
Text Example
Text Example
White with #8CC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC640; }
p { color: rgb(140,198,64); }
H1.HeaderClassName
{
color: #8CC640;
}
.AnyTagClassName
{
color: #8CC640;
}
</style>
background-color css
<style>
a { background-color: #8CC640; }
a { background-color: rgb(140,198,64); }
div.DivClassName
{
background-color: #8CC640;
}
.BgClassName
{
background-color: #8CC640;
}
</style>
border-color css
<style>
span { border-color: #8CC640; }
span { border-color: rgb(140,198,64); }
td.TdClassName
{
border-color: #8CC640;
}
.TagClassName
{
border-color: #8CC640;
}
</style>