Shades of Atlantis #8CCC43
Tints of Atlantis #8CCC43
RGB
CMYK
RGB Variations
Color information
#8CCC43 (or 0x8CCC43) is known color: Atlantis. HEX triplet: 8C, CC and 43. RGB value is (140,204,67). Sum of RGB (Red+Green+Blue) = 140+204+67=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC43 is #7333BC. Grayscale: #A9A9A9. Windows color (decimal): -7549885 or 4443276. OLE color: 4443276.
HSL color Cylindrical-coordinate representation of color #8CCC43: hue angle of 88.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CCC43 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 67 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.2 |
| HSL | 88.03º | 0.57% | 0.53% | - |
| HSV(B) | 88.03º | 0.67% | 0.8% | - |
| XYZ | 33.42 | 49.17 | 13.04 | - |
| YUV | 169.25 | 70.3 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 67 | 0.31 | 0 | 0.67 | 0.2 | 88.03 | 0.57 | 0.53 |
| Hex | 8C | CC | 43 | 1F | 0 | 43 | 14 | 58 | 39 | 35 |
| Octal | 214 | 314 | 103 | 37 | 0 | 103 | 24 | 130 | 71 | 65 |
| Binary | 10001100 | 11001100 | 1000011 | 11111 | 0 | 1000011 | 10100 | 1011000 | 111001 | 110101 |
Color Harmonies of #8CCC43
Complementary color
Monochromatic Colors of #8CCC43
Black with #8CCC43
Text Example
Text Example
White with #8CCC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC43; }
p { color: rgb(140,204,67); }
H1.HeaderClassName
{
color: #8CCC43;
}
.AnyTagClassName
{
color: #8CCC43;
}
</style>
background-color css
<style>
a { background-color: #8CCC43; }
a { background-color: rgb(140,204,67); }
div.DivClassName
{
background-color: #8CCC43;
}
.BgClassName
{
background-color: #8CCC43;
}
</style>
border-color css
<style>
span { border-color: #8CCC43; }
span { border-color: rgb(140,204,67); }
td.TdClassName
{
border-color: #8CCC43;
}
.TagClassName
{
border-color: #8CCC43;
}
</style>