Shades of Atlantis #8CC84A
Tints of Atlantis #8CC84A
RGB
CMYK
RGB Variations
Color information
#8CC84A (or 0x8CC84A) is known color: Atlantis. HEX triplet: 8C, C8 and 4A. RGB value is (140,200,74). Sum of RGB (Red+Green+Blue) = 140+200+74=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC84A is #7337B5. Grayscale: #A8A8A8. Windows color (decimal): -7550902 or 4901004. OLE color: 4901004.
HSL color Cylindrical-coordinate representation of color #8CC84A: hue angle of 88.57º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CC84A is Cyan = 0.3, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 74 | - |
| CMYK | 0.3 | 0 | 0.63 | 0.22 |
| HSL | 88.57º | 0.53% | 0.54% | - |
| HSV(B) | 88.57º | 0.63% | 0.78% | - |
| XYZ | 32.71 | 47.38 | 13.9 | - |
| YUV | 167.7 | 75.12 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 74 | 0.3 | 0 | 0.63 | 0.22 | 88.57 | 0.53 | 0.54 |
| Hex | 8C | C8 | 4A | 1E | 0 | 3F | 16 | 59 | 35 | 36 |
| Octal | 214 | 310 | 112 | 36 | 0 | 77 | 26 | 131 | 65 | 66 |
| Binary | 10001100 | 11001000 | 1001010 | 11110 | 0 | 111111 | 10110 | 1011001 | 110101 | 110110 |
Color Harmonies of #8CC84A
Complementary color
Monochromatic Colors of #8CC84A
Black with #8CC84A
Text Example
Text Example
White with #8CC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC84A; }
p { color: rgb(140,200,74); }
H1.HeaderClassName
{
color: #8CC84A;
}
.AnyTagClassName
{
color: #8CC84A;
}
</style>
background-color css
<style>
a { background-color: #8CC84A; }
a { background-color: rgb(140,200,74); }
div.DivClassName
{
background-color: #8CC84A;
}
.BgClassName
{
background-color: #8CC84A;
}
</style>
border-color css
<style>
span { border-color: #8CC84A; }
span { border-color: rgb(140,200,74); }
td.TdClassName
{
border-color: #8CC84A;
}
.TagClassName
{
border-color: #8CC84A;
}
</style>