Shades of Atlantis #8CE138
Tints of Atlantis #8CE138
RGB
CMYK
RGB Variations
Color information
#8CE138 (or 0x8CE138) is known color: Atlantis. HEX triplet: 8C, E1 and 38. RGB value is (140,225,56). Sum of RGB (Red+Green+Blue) = 140+225+56=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE138 is #731EC7. Grayscale: #B4B4B4. Windows color (decimal): -7544520 or 3727756. OLE color: 3727756.
HSL color Cylindrical-coordinate representation of color #8CE138: hue angle of 90.18º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CE138 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 56 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.12 |
| HSL | 90.18º | 0.74% | 0.55% | - |
| HSV(B) | 90.18º | 0.75% | 0.88% | - |
| XYZ | 38.45 | 59.71 | 13.24 | - |
| YUV | 180.32 | 57.84 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 56 | 0.38 | 0 | 0.75 | 0.12 | 90.18 | 0.74 | 0.55 |
| Hex | 8C | E1 | 38 | 26 | 0 | 4B | C | 5A | 4A | 37 |
| Octal | 214 | 341 | 70 | 46 | 0 | 113 | 14 | 132 | 112 | 67 |
| Binary | 10001100 | 11100001 | 111000 | 100110 | 0 | 1001011 | 1100 | 1011010 | 1001010 | 110111 |
Color Harmonies of #8CE138
Complementary color
Monochromatic Colors of #8CE138
Black with #8CE138
Text Example
Text Example
White with #8CE138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE138; }
p { color: rgb(140,225,56); }
H1.HeaderClassName
{
color: #8CE138;
}
.AnyTagClassName
{
color: #8CE138;
}
</style>
background-color css
<style>
a { background-color: #8CE138; }
a { background-color: rgb(140,225,56); }
div.DivClassName
{
background-color: #8CE138;
}
.BgClassName
{
background-color: #8CE138;
}
</style>
border-color css
<style>
span { border-color: #8CE138; }
span { border-color: rgb(140,225,56); }
td.TdClassName
{
border-color: #8CE138;
}
.TagClassName
{
border-color: #8CE138;
}
</style>