Shades of Atlantis #8CE934
Tints of Atlantis #8CE934
RGB
CMYK
RGB Variations
Color information
#8CE934 (or 0x8CE934) is known color: Atlantis. HEX triplet: 8C, E9 and 34. RGB value is (140,233,52). Sum of RGB (Red+Green+Blue) = 140+233+52=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 52 (20.70% from 255 or 12.24% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE934 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE934 is #7316CB. Grayscale: #B9B9B9. Windows color (decimal): -7542476 or 3467660. OLE color: 3467660.
HSL color Cylindrical-coordinate representation of color #8CE934: hue angle of 90.83º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CE934 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 52 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.09 |
| HSL | 90.83º | 0.8% | 0.56% | - |
| HSV(B) | 90.83º | 0.78% | 0.91% | - |
| XYZ | 40.57 | 64.1 | 13.48 | - |
| YUV | 184.56 | 53.19 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 52 | 0.40 | 0 | 0.78 | 0.09 | 90.83 | 0.8 | 0.56 |
| Hex | 8C | E9 | 34 | 28 | 0 | 4E | 9 | 5B | 50 | 38 |
| Octal | 214 | 351 | 64 | 50 | 0 | 116 | 11 | 133 | 120 | 70 |
| Binary | 10001100 | 11101001 | 110100 | 101000 | 0 | 1001110 | 1001 | 1011011 | 1010000 | 111000 |
Color Harmonies of #8CE934
Complementary color
Monochromatic Colors of #8CE934
Black with #8CE934
Text Example
Text Example
White with #8CE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE934; }
p { color: rgb(140,233,52); }
H1.HeaderClassName
{
color: #8CE934;
}
.AnyTagClassName
{
color: #8CE934;
}
</style>
background-color css
<style>
a { background-color: #8CE934; }
a { background-color: rgb(140,233,52); }
div.DivClassName
{
background-color: #8CE934;
}
.BgClassName
{
background-color: #8CE934;
}
</style>
border-color css
<style>
span { border-color: #8CE934; }
span { border-color: rgb(140,233,52); }
td.TdClassName
{
border-color: #8CE934;
}
.TagClassName
{
border-color: #8CE934;
}
</style>