Shades of Atlantis #8CC549
Tints of Atlantis #8CC549
RGB
CMYK
RGB Variations
Color information
#8CC549 (or 0x8CC549) is known color: Atlantis. HEX triplet: 8C, C5 and 49. RGB value is (140,197,73). Sum of RGB (Red+Green+Blue) = 140+197+73=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC549 is #733AB6. Grayscale: #A6A6A6. Windows color (decimal): -7551671 or 4834700. OLE color: 4834700.
HSL color Cylindrical-coordinate representation of color #8CC549: hue angle of 87.58º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CC549 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 73 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.23 |
| HSL | 87.58º | 0.52% | 0.53% | - |
| HSV(B) | 87.58º | 0.63% | 0.77% | - |
| XYZ | 31.98 | 45.99 | 13.49 | - |
| YUV | 165.82 | 75.62 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 73 | 0.29 | 0 | 0.63 | 0.23 | 87.58 | 0.52 | 0.53 |
| Hex | 8C | C5 | 49 | 1D | 0 | 3F | 17 | 58 | 34 | 35 |
| Octal | 214 | 305 | 111 | 35 | 0 | 77 | 27 | 130 | 64 | 65 |
| Binary | 10001100 | 11000101 | 1001001 | 11101 | 0 | 111111 | 10111 | 1011000 | 110100 | 110101 |
Color Harmonies of #8CC549
Complementary color
Monochromatic Colors of #8CC549
Black with #8CC549
Text Example
Text Example
White with #8CC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC549; }
p { color: rgb(140,197,73); }
H1.HeaderClassName
{
color: #8CC549;
}
.AnyTagClassName
{
color: #8CC549;
}
</style>
background-color css
<style>
a { background-color: #8CC549; }
a { background-color: rgb(140,197,73); }
div.DivClassName
{
background-color: #8CC549;
}
.BgClassName
{
background-color: #8CC549;
}
</style>
border-color css
<style>
span { border-color: #8CC549; }
span { border-color: rgb(140,197,73); }
td.TdClassName
{
border-color: #8CC549;
}
.TagClassName
{
border-color: #8CC549;
}
</style>