Shades of Atlantis #8CEC32
Tints of Atlantis #8CEC32
RGB
CMYK
RGB Variations
Color information
#8CEC32 (or 0x8CEC32) is known color: Atlantis. HEX triplet: 8C, EC and 32. RGB value is (140,236,50). Sum of RGB (Red+Green+Blue) = 140+236+50=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 236 (92.58% from 255 or 55.40% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 236 - color contains mainly: green. Hex color #8CEC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEC32 is #7313CD. Grayscale: #BABABA. Windows color (decimal): -7541710 or 3337356. OLE color: 3337356.
HSL color Cylindrical-coordinate representation of color #8CEC32: hue angle of 90.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CEC32 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 50 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.07 |
| HSL | 90.97º | 0.83% | 0.56% | - |
| HSV(B) | 90.97º | 0.79% | 0.93% | - |
| XYZ | 41.39 | 65.8 | 13.54 | - |
| YUV | 186.09 | 51.2 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 50 | 0.41 | 0 | 0.79 | 0.07 | 90.97 | 0.83 | 0.56 |
| Hex | 8C | EC | 32 | 29 | 0 | 4F | 7 | 5B | 53 | 38 |
| Octal | 214 | 354 | 62 | 51 | 0 | 117 | 7 | 133 | 123 | 70 |
| Binary | 10001100 | 11101100 | 110010 | 101001 | 0 | 1001111 | 111 | 1011011 | 1010011 | 111000 |
Color Harmonies of #8CEC32
Complementary color
Monochromatic Colors of #8CEC32
Black with #8CEC32
Text Example
Text Example
White with #8CEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEC32; }
p { color: rgb(140,236,50); }
H1.HeaderClassName
{
color: #8CEC32;
}
.AnyTagClassName
{
color: #8CEC32;
}
</style>
background-color css
<style>
a { background-color: #8CEC32; }
a { background-color: rgb(140,236,50); }
div.DivClassName
{
background-color: #8CEC32;
}
.BgClassName
{
background-color: #8CEC32;
}
</style>
border-color css
<style>
span { border-color: #8CEC32; }
span { border-color: rgb(140,236,50); }
td.TdClassName
{
border-color: #8CEC32;
}
.TagClassName
{
border-color: #8CEC32;
}
</style>