Shades of Atlantis #8CEC2E
Tints of Atlantis #8CEC2E
RGB
CMYK
RGB Variations
Color information
#8CEC2E (or 0x8CEC2E) is known color: Atlantis. HEX triplet: 8C, EC and 2E. RGB value is (140,236,46). Sum of RGB (Red+Green+Blue) = 140+236+46=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #8CEC2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEC2E is #7313D1. Grayscale: #BABABA. Windows color (decimal): -7541714 or 3075212. OLE color: 3075212.
HSL color Cylindrical-coordinate representation of color #8CEC2E: hue angle of 90.32º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CEC2E is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 46 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.07 |
| HSL | 90.32º | 0.83% | 0.55% | - |
| HSV(B) | 90.32º | 0.81% | 0.93% | - |
| XYZ | 41.3 | 65.76 | 13.1 | - |
| YUV | 185.64 | 49.2 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 46 | 0.41 | 0 | 0.81 | 0.07 | 90.32 | 0.83 | 0.55 |
| Hex | 8C | EC | 2E | 29 | 0 | 51 | 7 | 5A | 53 | 37 |
| Octal | 214 | 354 | 56 | 51 | 0 | 121 | 7 | 132 | 123 | 67 |
| Binary | 10001100 | 11101100 | 101110 | 101001 | 0 | 1010001 | 111 | 1011010 | 1010011 | 110111 |
Color Harmonies of #8CEC2E
Complementary color
Monochromatic Colors of #8CEC2E
Black with #8CEC2E
Text Example
Text Example
White with #8CEC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEC2E; }
p { color: rgb(140,236,46); }
H1.HeaderClassName
{
color: #8CEC2E;
}
.AnyTagClassName
{
color: #8CEC2E;
}
</style>
background-color css
<style>
a { background-color: #8CEC2E; }
a { background-color: rgb(140,236,46); }
div.DivClassName
{
background-color: #8CEC2E;
}
.BgClassName
{
background-color: #8CEC2E;
}
</style>
border-color css
<style>
span { border-color: #8CEC2E; }
span { border-color: rgb(140,236,46); }
td.TdClassName
{
border-color: #8CEC2E;
}
.TagClassName
{
border-color: #8CEC2E;
}
</style>