Shades of Atlantis #86EA3E
Tints of Atlantis #86EA3E
RGB
CMYK
RGB Variations
Color information
#86EA3E (or 0x86EA3E) is known color: Atlantis. HEX triplet: 86, EA and 3E. RGB value is (134,234,62). Sum of RGB (Red+Green+Blue) = 134+234+62=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 234 (91.80% from 255 or 54.42% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EA3E is #7915C1. Grayscale: #B9B9B9. Windows color (decimal): -7935426 or 4123270. OLE color: 4123270.
HSL color Cylindrical-coordinate representation of color #86EA3E: hue angle of 94.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86EA3E is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 234 | 62 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.08 |
| HSL | 94.88º | 0.8% | 0.58% | - |
| HSV(B) | 94.88º | 0.74% | 0.92% | - |
| XYZ | 40.12 | 64.26 | 14.85 | - |
| YUV | 184.49 | 58.87 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 234 | 62 | 0.43 | 0 | 0.74 | 0.08 | 94.88 | 0.8 | 0.58 |
| Hex | 86 | EA | 3E | 2B | 0 | 4A | 8 | 5F | 50 | 3A |
| Octal | 206 | 352 | 76 | 53 | 0 | 112 | 10 | 137 | 120 | 72 |
| Binary | 10000110 | 11101010 | 111110 | 101011 | 0 | 1001010 | 1000 | 1011111 | 1010000 | 111010 |
Color Harmonies of #86EA3E
Complementary color
Monochromatic Colors of #86EA3E
Black with #86EA3E
Text Example
Text Example
White with #86EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EA3E; }
p { color: rgb(134,234,62); }
H1.HeaderClassName
{
color: #86EA3E;
}
.AnyTagClassName
{
color: #86EA3E;
}
</style>
background-color css
<style>
a { background-color: #86EA3E; }
a { background-color: rgb(134,234,62); }
div.DivClassName
{
background-color: #86EA3E;
}
.BgClassName
{
background-color: #86EA3E;
}
</style>
border-color css
<style>
span { border-color: #86EA3E; }
span { border-color: rgb(134,234,62); }
td.TdClassName
{
border-color: #86EA3E;
}
.TagClassName
{
border-color: #86EA3E;
}
</style>