Shades of Atlantis #8CE23C
Tints of Atlantis #8CE23C
RGB
CMYK
RGB Variations
Color information
#8CE23C (or 0x8CE23C) is known color: Atlantis. HEX triplet: 8C, E2 and 3C. RGB value is (140,226,60). Sum of RGB (Red+Green+Blue) = 140+226+60=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 226 (88.67% from 255 or 53.05% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE23C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CE23C is #731DC3. Grayscale: #B5B5B5. Windows color (decimal): -7544260 or 3990156. OLE color: 3990156.
HSL color Cylindrical-coordinate representation of color #8CE23C: hue angle of 91.08º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8CE23C is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 226 | 60 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.11 |
| HSL | 91.08º | 0.74% | 0.56% | - |
| HSV(B) | 91.08º | 0.73% | 0.89% | - |
| XYZ | 38.83 | 60.29 | 13.87 | - |
| YUV | 181.36 | 59.51 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 226 | 60 | 0.38 | 0 | 0.73 | 0.11 | 91.08 | 0.74 | 0.56 |
| Hex | 8C | E2 | 3C | 26 | 0 | 49 | B | 5B | 4A | 38 |
| Octal | 214 | 342 | 74 | 46 | 0 | 111 | 13 | 133 | 112 | 70 |
| Binary | 10001100 | 11100010 | 111100 | 100110 | 0 | 1001001 | 1011 | 1011011 | 1001010 | 111000 |
Color Harmonies of #8CE23C
Complementary color
Monochromatic Colors of #8CE23C
Black with #8CE23C
Text Example
Text Example
White with #8CE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE23C; }
p { color: rgb(140,226,60); }
H1.HeaderClassName
{
color: #8CE23C;
}
.AnyTagClassName
{
color: #8CE23C;
}
</style>
background-color css
<style>
a { background-color: #8CE23C; }
a { background-color: rgb(140,226,60); }
div.DivClassName
{
background-color: #8CE23C;
}
.BgClassName
{
background-color: #8CE23C;
}
</style>
border-color css
<style>
span { border-color: #8CE23C; }
span { border-color: rgb(140,226,60); }
td.TdClassName
{
border-color: #8CE23C;
}
.TagClassName
{
border-color: #8CE23C;
}
</style>