Shades of Atlantis #8CEA32
Tints of Atlantis #8CEA32
RGB
CMYK
RGB Variations
Color information
#8CEA32 (or 0x8CEA32) is known color: Atlantis. HEX triplet: 8C, EA and 32. RGB value is (140,234,50). Sum of RGB (Red+Green+Blue) = 140+234+50=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CEA32 is #7315CD. Grayscale: #B9B9B9. Windows color (decimal): -7542222 or 3336844. OLE color: 3336844.
HSL color Cylindrical-coordinate representation of color #8CEA32: hue angle of 90.65º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CEA32 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 50 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.08 |
| HSL | 90.65º | 0.81% | 0.56% | - |
| HSV(B) | 90.65º | 0.79% | 0.92% | - |
| XYZ | 40.81 | 64.65 | 13.35 | - |
| YUV | 184.92 | 51.86 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 50 | 0.40 | 0 | 0.79 | 0.08 | 90.65 | 0.81 | 0.56 |
| Hex | 8C | EA | 32 | 28 | 0 | 4F | 8 | 5B | 51 | 38 |
| Octal | 214 | 352 | 62 | 50 | 0 | 117 | 10 | 133 | 121 | 70 |
| Binary | 10001100 | 11101010 | 110010 | 101000 | 0 | 1001111 | 1000 | 1011011 | 1010001 | 111000 |
Color Harmonies of #8CEA32
Complementary color
Monochromatic Colors of #8CEA32
Black with #8CEA32
Text Example
Text Example
White with #8CEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA32; }
p { color: rgb(140,234,50); }
H1.HeaderClassName
{
color: #8CEA32;
}
.AnyTagClassName
{
color: #8CEA32;
}
</style>
background-color css
<style>
a { background-color: #8CEA32; }
a { background-color: rgb(140,234,50); }
div.DivClassName
{
background-color: #8CEA32;
}
.BgClassName
{
background-color: #8CEA32;
}
</style>
border-color css
<style>
span { border-color: #8CEA32; }
span { border-color: rgb(140,234,50); }
td.TdClassName
{
border-color: #8CEA32;
}
.TagClassName
{
border-color: #8CEA32;
}
</style>