Shades of Atlantis #8CEA47
Tints of Atlantis #8CEA47
RGB
CMYK
RGB Variations
Color information
#8CEA47 (or 0x8CEA47) is known color: Atlantis. HEX triplet: 8C, EA and 47. RGB value is (140,234,71). Sum of RGB (Red+Green+Blue) = 140+234+71=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEA47 is #7315B8. Grayscale: #BBBBBB. Windows color (decimal): -7542201 or 4713100. OLE color: 4713100.
HSL color Cylindrical-coordinate representation of color #8CEA47: hue angle of 94.6º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CEA47 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 71 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.08 |
| HSL | 94.6º | 0.8% | 0.6% | - |
| HSV(B) | 94.6º | 0.7% | 0.92% | - |
| XYZ | 41.38 | 64.88 | 16.3 | - |
| YUV | 187.31 | 62.36 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 71 | 0.40 | 0 | 0.70 | 0.08 | 94.6 | 0.8 | 0.6 |
| Hex | 8C | EA | 47 | 28 | 0 | 46 | 8 | 5F | 50 | 3C |
| Octal | 214 | 352 | 107 | 50 | 0 | 106 | 10 | 137 | 120 | 74 |
| Binary | 10001100 | 11101010 | 1000111 | 101000 | 0 | 1000110 | 1000 | 1011111 | 1010000 | 111100 |
Color Harmonies of #8CEA47
Complementary color
Monochromatic Colors of #8CEA47
Black with #8CEA47
Text Example
Text Example
White with #8CEA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA47; }
p { color: rgb(140,234,71); }
H1.HeaderClassName
{
color: #8CEA47;
}
.AnyTagClassName
{
color: #8CEA47;
}
</style>
background-color css
<style>
a { background-color: #8CEA47; }
a { background-color: rgb(140,234,71); }
div.DivClassName
{
background-color: #8CEA47;
}
.BgClassName
{
background-color: #8CEA47;
}
</style>
border-color css
<style>
span { border-color: #8CEA47; }
span { border-color: rgb(140,234,71); }
td.TdClassName
{
border-color: #8CEA47;
}
.TagClassName
{
border-color: #8CEA47;
}
</style>