Shades of Atlantis #8CE240
Tints of Atlantis #8CE240
RGB
CMYK
RGB Variations
Color information
#8CE240 (or 0x8CE240) is known color: Atlantis. HEX triplet: 8C, E2 and 40. RGB value is (140,226,64). Sum of RGB (Red+Green+Blue) = 140+226+64=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 226 (88.67% from 255 or 52.56% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE240 is #731DBF. Grayscale: #B6B6B6. Windows color (decimal): -7544256 or 4252300. OLE color: 4252300.
HSL color Cylindrical-coordinate representation of color #8CE240: hue angle of 91.85º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CE240 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 226 | 64 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.11 |
| HSL | 91.85º | 0.74% | 0.57% | - |
| HSV(B) | 91.85º | 0.72% | 0.89% | - |
| XYZ | 38.94 | 60.34 | 14.44 | - |
| YUV | 181.82 | 61.51 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 226 | 64 | 0.38 | 0 | 0.72 | 0.11 | 91.85 | 0.74 | 0.57 |
| Hex | 8C | E2 | 40 | 26 | 0 | 48 | B | 5C | 4A | 39 |
| Octal | 214 | 342 | 100 | 46 | 0 | 110 | 13 | 134 | 112 | 71 |
| Binary | 10001100 | 11100010 | 1000000 | 100110 | 0 | 1001000 | 1011 | 1011100 | 1001010 | 111001 |
Color Harmonies of #8CE240
Complementary color
Monochromatic Colors of #8CE240
Black with #8CE240
Text Example
Text Example
White with #8CE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE240; }
p { color: rgb(140,226,64); }
H1.HeaderClassName
{
color: #8CE240;
}
.AnyTagClassName
{
color: #8CE240;
}
</style>
background-color css
<style>
a { background-color: #8CE240; }
a { background-color: rgb(140,226,64); }
div.DivClassName
{
background-color: #8CE240;
}
.BgClassName
{
background-color: #8CE240;
}
</style>
border-color css
<style>
span { border-color: #8CE240; }
span { border-color: rgb(140,226,64); }
td.TdClassName
{
border-color: #8CE240;
}
.TagClassName
{
border-color: #8CE240;
}
</style>