Shades of Atlantis #86E141
Tints of Atlantis #86E141
RGB
CMYK
RGB Variations
Color information
#86E141 (or 0x86E141) is known color: Atlantis. HEX triplet: 86, E1 and 41. RGB value is (134,225,65). Sum of RGB (Red+Green+Blue) = 134+225+65=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 225 (88.28% from 255 or 53.07% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 225 - color contains mainly: green. Hex color #86E141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E141 is #791EBE. Grayscale: #B4B4B4. Windows color (decimal): -7937727 or 4317574. OLE color: 4317574.
HSL color Cylindrical-coordinate representation of color #86E141: hue angle of 94.12º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86E141 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 225 | 65 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.12 |
| HSL | 94.13º | 0.73% | 0.57% | - |
| HSV(B) | 94.13º | 0.71% | 0.88% | - |
| XYZ | 37.71 | 59.3 | 14.46 | - |
| YUV | 179.55 | 63.35 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 225 | 65 | 0.40 | 0 | 0.71 | 0.12 | 94.13 | 0.73 | 0.57 |
| Hex | 86 | E1 | 41 | 28 | 0 | 47 | C | 5E | 49 | 39 |
| Octal | 206 | 341 | 101 | 50 | 0 | 107 | 14 | 136 | 111 | 71 |
| Binary | 10000110 | 11100001 | 1000001 | 101000 | 0 | 1000111 | 1100 | 1011110 | 1001001 | 111001 |
Color Harmonies of #86E141
Complementary color
Monochromatic Colors of #86E141
Black with #86E141
Text Example
Text Example
White with #86E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E141; }
p { color: rgb(134,225,65); }
H1.HeaderClassName
{
color: #86E141;
}
.AnyTagClassName
{
color: #86E141;
}
</style>
background-color css
<style>
a { background-color: #86E141; }
a { background-color: rgb(134,225,65); }
div.DivClassName
{
background-color: #86E141;
}
.BgClassName
{
background-color: #86E141;
}
</style>
border-color css
<style>
span { border-color: #86E141; }
span { border-color: rgb(134,225,65); }
td.TdClassName
{
border-color: #86E141;
}
.TagClassName
{
border-color: #86E141;
}
</style>