Shades of Atlantis #8CDC4A
Tints of Atlantis #8CDC4A
RGB
CMYK
RGB Variations
Color information
#8CDC4A (or 0x8CDC4A) is known color: Atlantis. HEX triplet: 8C, DC and 4A. RGB value is (140,220,74). Sum of RGB (Red+Green+Blue) = 140+220+74=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDC4A is #7323B5. Grayscale: #B3B3B3. Windows color (decimal): -7545782 or 4906124. OLE color: 4906124.
HSL color Cylindrical-coordinate representation of color #8CDC4A: hue angle of 92.88º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CDC4A is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 74 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.14 |
| HSL | 92.88º | 0.68% | 0.58% | - |
| HSV(B) | 92.88º | 0.66% | 0.86% | - |
| XYZ | 37.64 | 57.26 | 15.55 | - |
| YUV | 179.44 | 68.5 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 74 | 0.36 | 0 | 0.66 | 0.14 | 92.88 | 0.68 | 0.58 |
| Hex | 8C | DC | 4A | 24 | 0 | 42 | E | 5D | 44 | 3A |
| Octal | 214 | 334 | 112 | 44 | 0 | 102 | 16 | 135 | 104 | 72 |
| Binary | 10001100 | 11011100 | 1001010 | 100100 | 0 | 1000010 | 1110 | 1011101 | 1000100 | 111010 |
Color Harmonies of #8CDC4A
Complementary color
Monochromatic Colors of #8CDC4A
Black with #8CDC4A
Text Example
Text Example
White with #8CDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC4A; }
p { color: rgb(140,220,74); }
H1.HeaderClassName
{
color: #8CDC4A;
}
.AnyTagClassName
{
color: #8CDC4A;
}
</style>
background-color css
<style>
a { background-color: #8CDC4A; }
a { background-color: rgb(140,220,74); }
div.DivClassName
{
background-color: #8CDC4A;
}
.BgClassName
{
background-color: #8CDC4A;
}
</style>
border-color css
<style>
span { border-color: #8CDC4A; }
span { border-color: rgb(140,220,74); }
td.TdClassName
{
border-color: #8CDC4A;
}
.TagClassName
{
border-color: #8CDC4A;
}
</style>