Shades of Atlantis #8CE932
Tints of Atlantis #8CE932
RGB
CMYK
RGB Variations
Color information
#8CE932 (or 0x8CE932) is known color: Atlantis. HEX triplet: 8C, E9 and 32. RGB value is (140,233,50). Sum of RGB (Red+Green+Blue) = 140+233+50=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 233 (91.41% from 255 or 55.08% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE932 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE932 is #7316CD. Grayscale: #B8B8B8. Windows color (decimal): -7542478 or 3336588. OLE color: 3336588.
HSL color Cylindrical-coordinate representation of color #8CE932: hue angle of 90.49º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CE932 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 50 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.09 |
| HSL | 90.49º | 0.81% | 0.55% | - |
| HSV(B) | 90.49º | 0.79% | 0.91% | - |
| XYZ | 40.53 | 64.08 | 13.25 | - |
| YUV | 184.33 | 52.19 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 50 | 0.40 | 0 | 0.79 | 0.09 | 90.49 | 0.81 | 0.55 |
| Hex | 8C | E9 | 32 | 28 | 0 | 4F | 9 | 5A | 51 | 37 |
| Octal | 214 | 351 | 62 | 50 | 0 | 117 | 11 | 132 | 121 | 67 |
| Binary | 10001100 | 11101001 | 110010 | 101000 | 0 | 1001111 | 1001 | 1011010 | 1010001 | 110111 |
Color Harmonies of #8CE932
Complementary color
Monochromatic Colors of #8CE932
Black with #8CE932
Text Example
Text Example
White with #8CE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE932; }
p { color: rgb(140,233,50); }
H1.HeaderClassName
{
color: #8CE932;
}
.AnyTagClassName
{
color: #8CE932;
}
</style>
background-color css
<style>
a { background-color: #8CE932; }
a { background-color: rgb(140,233,50); }
div.DivClassName
{
background-color: #8CE932;
}
.BgClassName
{
background-color: #8CE932;
}
</style>
border-color css
<style>
span { border-color: #8CE932; }
span { border-color: rgb(140,233,50); }
td.TdClassName
{
border-color: #8CE932;
}
.TagClassName
{
border-color: #8CE932;
}
</style>