Shades of Atlantis #8CDC49
Tints of Atlantis #8CDC49
RGB
CMYK
RGB Variations
Color information
#8CDC49 (or 0x8CDC49) is known color: Atlantis. HEX triplet: 8C, DC and 49. RGB value is (140,220,73). Sum of RGB (Red+Green+Blue) = 140+220+73=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDC49 is #7323B6. Grayscale: #B3B3B3. Windows color (decimal): -7545783 or 4840588. OLE color: 4840588.
HSL color Cylindrical-coordinate representation of color #8CDC49: hue angle of 92.65º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CDC49 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 73 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.14 |
| HSL | 92.65º | 0.68% | 0.57% | - |
| HSV(B) | 92.65º | 0.67% | 0.86% | - |
| XYZ | 37.61 | 57.24 | 15.37 | - |
| YUV | 179.32 | 68 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 73 | 0.36 | 0 | 0.67 | 0.14 | 92.65 | 0.68 | 0.57 |
| Hex | 8C | DC | 49 | 24 | 0 | 43 | E | 5D | 44 | 39 |
| Octal | 214 | 334 | 111 | 44 | 0 | 103 | 16 | 135 | 104 | 71 |
| Binary | 10001100 | 11011100 | 1001001 | 100100 | 0 | 1000011 | 1110 | 1011101 | 1000100 | 111001 |
Color Harmonies of #8CDC49
Complementary color
Monochromatic Colors of #8CDC49
Black with #8CDC49
Text Example
Text Example
White with #8CDC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC49; }
p { color: rgb(140,220,73); }
H1.HeaderClassName
{
color: #8CDC49;
}
.AnyTagClassName
{
color: #8CDC49;
}
</style>
background-color css
<style>
a { background-color: #8CDC49; }
a { background-color: rgb(140,220,73); }
div.DivClassName
{
background-color: #8CDC49;
}
.BgClassName
{
background-color: #8CDC49;
}
</style>
border-color css
<style>
span { border-color: #8CDC49; }
span { border-color: rgb(140,220,73); }
td.TdClassName
{
border-color: #8CDC49;
}
.TagClassName
{
border-color: #8CDC49;
}
</style>