Shades of Atlantis #8CE930
Tints of Atlantis #8CE930
RGB
CMYK
RGB Variations
Color information
#8CE930 (or 0x8CE930) is known color: Atlantis. HEX triplet: 8C, E9 and 30. RGB value is (140,233,48). Sum of RGB (Red+Green+Blue) = 140+233+48=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 233 (91.41% from 255 or 55.34% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE930 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE930 is #7316CF. Grayscale: #B8B8B8. Windows color (decimal): -7542480 or 3205516. OLE color: 3205516.
HSL color Cylindrical-coordinate representation of color #8CE930: hue angle of 90.16º 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 #8CE930 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 233 | 48 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.09 |
| HSL | 90.16º | 0.81% | 0.55% | - |
| HSV(B) | 90.16º | 0.79% | 0.91% | - |
| XYZ | 40.49 | 64.07 | 13.03 | - |
| YUV | 184.1 | 51.19 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 233 | 48 | 0.40 | 0 | 0.79 | 0.09 | 90.16 | 0.81 | 0.55 |
| Hex | 8C | E9 | 30 | 28 | 0 | 4F | 9 | 5A | 51 | 37 |
| Octal | 214 | 351 | 60 | 50 | 0 | 117 | 11 | 132 | 121 | 67 |
| Binary | 10001100 | 11101001 | 110000 | 101000 | 0 | 1001111 | 1001 | 1011010 | 1010001 | 110111 |
Color Harmonies of #8CE930
Complementary color
Monochromatic Colors of #8CE930
Black with #8CE930
Text Example
Text Example
White with #8CE930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE930; }
p { color: rgb(140,233,48); }
H1.HeaderClassName
{
color: #8CE930;
}
.AnyTagClassName
{
color: #8CE930;
}
</style>
background-color css
<style>
a { background-color: #8CE930; }
a { background-color: rgb(140,233,48); }
div.DivClassName
{
background-color: #8CE930;
}
.BgClassName
{
background-color: #8CE930;
}
</style>
border-color css
<style>
span { border-color: #8CE930; }
span { border-color: rgb(140,233,48); }
td.TdClassName
{
border-color: #8CE930;
}
.TagClassName
{
border-color: #8CE930;
}
</style>