Shades of Atlantis #8CE347
Tints of Atlantis #8CE347
RGB
CMYK
RGB Variations
Color information
#8CE347 (or 0x8CE347) is known color: Atlantis. HEX triplet: 8C, E3 and 47. RGB value is (140,227,71). Sum of RGB (Red+Green+Blue) = 140+227+71=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #8CE347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE347 is #731CB8. Grayscale: #B7B7B7. Windows color (decimal): -7543993 or 4711308. OLE color: 4711308.
HSL color Cylindrical-coordinate representation of color #8CE347: hue angle of 93.46º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CE347 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 227 | 71 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.11 |
| HSL | 93.46º | 0.74% | 0.58% | - |
| HSV(B) | 93.46º | 0.69% | 0.89% | - |
| XYZ | 39.42 | 60.97 | 15.65 | - |
| YUV | 183.2 | 64.68 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 227 | 71 | 0.38 | 0 | 0.69 | 0.11 | 93.46 | 0.74 | 0.58 |
| Hex | 8C | E3 | 47 | 26 | 0 | 45 | B | 5D | 4A | 3A |
| Octal | 214 | 343 | 107 | 46 | 0 | 105 | 13 | 135 | 112 | 72 |
| Binary | 10001100 | 11100011 | 1000111 | 100110 | 0 | 1000101 | 1011 | 1011101 | 1001010 | 111010 |
Color Harmonies of #8CE347
Complementary color
Monochromatic Colors of #8CE347
Black with #8CE347
Text Example
Text Example
White with #8CE347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE347; }
p { color: rgb(140,227,71); }
H1.HeaderClassName
{
color: #8CE347;
}
.AnyTagClassName
{
color: #8CE347;
}
</style>
background-color css
<style>
a { background-color: #8CE347; }
a { background-color: rgb(140,227,71); }
div.DivClassName
{
background-color: #8CE347;
}
.BgClassName
{
background-color: #8CE347;
}
</style>
border-color css
<style>
span { border-color: #8CE347; }
span { border-color: rgb(140,227,71); }
td.TdClassName
{
border-color: #8CE347;
}
.TagClassName
{
border-color: #8CE347;
}
</style>