Shades of Atlantis #8CC43D
Tints of Atlantis #8CC43D
RGB
CMYK
RGB Variations
Color information
#8CC43D (or 0x8CC43D) is known color: Atlantis. HEX triplet: 8C, C4 and 3D. RGB value is (140,196,61). Sum of RGB (Red+Green+Blue) = 140+196+61=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #8CC43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC43D is #733BC2. Grayscale: #A4A4A4. Windows color (decimal): -7551939 or 4048012. OLE color: 4048012.
HSL color Cylindrical-coordinate representation of color #8CC43D: hue angle of 84.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CC43D is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 196 | 61 | - |
| CMYK | 0.29 | 0 | 0.69 | 0.23 |
| HSL | 84.89º | 0.53% | 0.5% | - |
| HSV(B) | 84.89º | 0.69% | 0.77% | - |
| XYZ | 31.4 | 45.39 | 11.52 | - |
| YUV | 163.87 | 69.95 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 61 | 0.29 | 0 | 0.69 | 0.23 | 84.89 | 0.53 | 0.5 |
| Hex | 8C | C4 | 3D | 1D | 0 | 45 | 17 | 55 | 35 | 32 |
| Octal | 214 | 304 | 75 | 35 | 0 | 105 | 27 | 125 | 65 | 62 |
| Binary | 10001100 | 11000100 | 111101 | 11101 | 0 | 1000101 | 10111 | 1010101 | 110101 | 110010 |
Color Harmonies of #8CC43D
Complementary color
Monochromatic Colors of #8CC43D
Black with #8CC43D
Text Example
Text Example
White with #8CC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC43D; }
p { color: rgb(140,196,61); }
H1.HeaderClassName
{
color: #8CC43D;
}
.AnyTagClassName
{
color: #8CC43D;
}
</style>
background-color css
<style>
a { background-color: #8CC43D; }
a { background-color: rgb(140,196,61); }
div.DivClassName
{
background-color: #8CC43D;
}
.BgClassName
{
background-color: #8CC43D;
}
</style>
border-color css
<style>
span { border-color: #8CC43D; }
span { border-color: rgb(140,196,61); }
td.TdClassName
{
border-color: #8CC43D;
}
.TagClassName
{
border-color: #8CC43D;
}
</style>