Shades of Atlantis #8FEB2E
Tints of Atlantis #8FEB2E
RGB
CMYK
RGB Variations
Color information
#8FEB2E (or 0x8FEB2E) is known color: Atlantis. HEX triplet: 8F, EB and 2E. RGB value is (143,235,46). Sum of RGB (Red+Green+Blue) = 143+235+46=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEB2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEB2E is #7014D1. Grayscale: #BABABA. Windows color (decimal): -7345362 or 3074959. OLE color: 3074959.
HSL color Cylindrical-coordinate representation of color #8FEB2E: hue angle of 89.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8FEB2E is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 46 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.08 |
| HSL | 89.21º | 0.83% | 0.55% | - |
| HSV(B) | 89.21º | 0.8% | 0.92% | - |
| XYZ | 41.53 | 65.45 | 13.03 | - |
| YUV | 185.95 | 49.02 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 46 | 0.39 | 0 | 0.80 | 0.08 | 89.21 | 0.83 | 0.55 |
| Hex | 8F | EB | 2E | 27 | 0 | 50 | 8 | 59 | 53 | 37 |
| Octal | 217 | 353 | 56 | 47 | 0 | 120 | 10 | 131 | 123 | 67 |
| Binary | 10001111 | 11101011 | 101110 | 100111 | 0 | 1010000 | 1000 | 1011001 | 1010011 | 110111 |
Color Harmonies of #8FEB2E
Complementary color
Monochromatic Colors of #8FEB2E
Black with #8FEB2E
Text Example
Text Example
White with #8FEB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEB2E; }
p { color: rgb(143,235,46); }
H1.HeaderClassName
{
color: #8FEB2E;
}
.AnyTagClassName
{
color: #8FEB2E;
}
</style>
background-color css
<style>
a { background-color: #8FEB2E; }
a { background-color: rgb(143,235,46); }
div.DivClassName
{
background-color: #8FEB2E;
}
.BgClassName
{
background-color: #8FEB2E;
}
</style>
border-color css
<style>
span { border-color: #8FEB2E; }
span { border-color: rgb(143,235,46); }
td.TdClassName
{
border-color: #8FEB2E;
}
.TagClassName
{
border-color: #8FEB2E;
}
</style>