Shades of Atlantis #8ECE4B
Tints of Atlantis #8ECE4B
RGB
CMYK
RGB Variations
Color information
#8ECE4B (or 0x8ECE4B) is known color: Atlantis. HEX triplet: 8E, CE and 4B. RGB value is (142,206,75). Sum of RGB (Red+Green+Blue) = 142+206+75=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECE4B is #7131B4. Grayscale: #ACACAC. Windows color (decimal): -7418293 or 4968078. OLE color: 4968078.
HSL color Cylindrical-coordinate representation of color #8ECE4B: hue angle of 89.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ECE4B is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 75 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.19 |
| HSL | 89.31º | 0.57% | 0.55% | - |
| HSV(B) | 89.31º | 0.64% | 0.81% | - |
| XYZ | 34.5 | 50.4 | 14.57 | - |
| YUV | 171.93 | 73.3 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 75 | 0.31 | 0 | 0.64 | 0.19 | 89.31 | 0.57 | 0.55 |
| Hex | 8E | CE | 4B | 1F | 0 | 40 | 13 | 59 | 39 | 37 |
| Octal | 216 | 316 | 113 | 37 | 0 | 100 | 23 | 131 | 71 | 67 |
| Binary | 10001110 | 11001110 | 1001011 | 11111 | 0 | 1000000 | 10011 | 1011001 | 111001 | 110111 |
Color Harmonies of #8ECE4B
Complementary color
Monochromatic Colors of #8ECE4B
Black with #8ECE4B
Text Example
Text Example
White with #8ECE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE4B; }
p { color: rgb(142,206,75); }
H1.HeaderClassName
{
color: #8ECE4B;
}
.AnyTagClassName
{
color: #8ECE4B;
}
</style>
background-color css
<style>
a { background-color: #8ECE4B; }
a { background-color: rgb(142,206,75); }
div.DivClassName
{
background-color: #8ECE4B;
}
.BgClassName
{
background-color: #8ECE4B;
}
</style>
border-color css
<style>
span { border-color: #8ECE4B; }
span { border-color: rgb(142,206,75); }
td.TdClassName
{
border-color: #8ECE4B;
}
.TagClassName
{
border-color: #8ECE4B;
}
</style>