Shades of Atlantis #8CE63A
Tints of Atlantis #8CE63A
RGB
CMYK
RGB Variations
Color information
#8CE63A (or 0x8CE63A) is known color: Atlantis. HEX triplet: 8C, E6 and 3A. RGB value is (140,230,58). Sum of RGB (Red+Green+Blue) = 140+230+58=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 230 (90.23% from 255 or 53.74% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 230 - color contains mainly: green. Hex color #8CE63A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CE63A is #7319C5. Grayscale: #B8B8B8. Windows color (decimal): -7543238 or 3860108. OLE color: 3860108.
HSL color Cylindrical-coordinate representation of color #8CE63A: hue angle of 91.4º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CE63A is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 230 | 58 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.10 |
| HSL | 91.4º | 0.77% | 0.56% | - |
| HSV(B) | 91.4º | 0.75% | 0.9% | - |
| XYZ | 39.88 | 62.47 | 13.96 | - |
| YUV | 183.48 | 57.18 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 230 | 58 | 0.39 | 0 | 0.75 | 0.10 | 91.4 | 0.77 | 0.56 |
| Hex | 8C | E6 | 3A | 27 | 0 | 4B | A | 5B | 4D | 38 |
| Octal | 214 | 346 | 72 | 47 | 0 | 113 | 12 | 133 | 115 | 70 |
| Binary | 10001100 | 11100110 | 111010 | 100111 | 0 | 1001011 | 1010 | 1011011 | 1001101 | 111000 |
Color Harmonies of #8CE63A
Complementary color
Monochromatic Colors of #8CE63A
Black with #8CE63A
Text Example
Text Example
White with #8CE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE63A; }
p { color: rgb(140,230,58); }
H1.HeaderClassName
{
color: #8CE63A;
}
.AnyTagClassName
{
color: #8CE63A;
}
</style>
background-color css
<style>
a { background-color: #8CE63A; }
a { background-color: rgb(140,230,58); }
div.DivClassName
{
background-color: #8CE63A;
}
.BgClassName
{
background-color: #8CE63A;
}
</style>
border-color css
<style>
span { border-color: #8CE63A; }
span { border-color: rgb(140,230,58); }
td.TdClassName
{
border-color: #8CE63A;
}
.TagClassName
{
border-color: #8CE63A;
}
</style>