Shades of Atlantis #8EC63D
Tints of Atlantis #8EC63D
RGB
CMYK
RGB Variations
Color information
#8EC63D (or 0x8EC63D) is known color: Atlantis. HEX triplet: 8E, C6 and 3D. RGB value is (142,198,61). Sum of RGB (Red+Green+Blue) = 142+198+61=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC63D is #7139C2. Grayscale: #A6A6A6. Windows color (decimal): -7420355 or 4048526. OLE color: 4048526.
HSL color Cylindrical-coordinate representation of color #8EC63D: hue angle of 84.53º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8EC63D is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 61 | - |
| CMYK | 0.28 | 0 | 0.69 | 0.22 |
| HSL | 84.53º | 0.55% | 0.51% | - |
| HSV(B) | 84.53º | 0.69% | 0.78% | - |
| XYZ | 32.19 | 46.48 | 11.69 | - |
| YUV | 165.64 | 68.95 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 61 | 0.28 | 0 | 0.69 | 0.22 | 84.53 | 0.55 | 0.51 |
| Hex | 8E | C6 | 3D | 1C | 0 | 45 | 16 | 55 | 37 | 33 |
| Octal | 216 | 306 | 75 | 34 | 0 | 105 | 26 | 125 | 67 | 63 |
| Binary | 10001110 | 11000110 | 111101 | 11100 | 0 | 1000101 | 10110 | 1010101 | 110111 | 110011 |
Color Harmonies of #8EC63D
Complementary color
Monochromatic Colors of #8EC63D
Black with #8EC63D
Text Example
Text Example
White with #8EC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC63D; }
p { color: rgb(142,198,61); }
H1.HeaderClassName
{
color: #8EC63D;
}
.AnyTagClassName
{
color: #8EC63D;
}
</style>
background-color css
<style>
a { background-color: #8EC63D; }
a { background-color: rgb(142,198,61); }
div.DivClassName
{
background-color: #8EC63D;
}
.BgClassName
{
background-color: #8EC63D;
}
</style>
border-color css
<style>
span { border-color: #8EC63D; }
span { border-color: rgb(142,198,61); }
td.TdClassName
{
border-color: #8EC63D;
}
.TagClassName
{
border-color: #8EC63D;
}
</style>