Shades of Atlantis #86E249
Tints of Atlantis #86E249
RGB
CMYK
RGB Variations
Color information
#86E249 (or 0x86E249) is known color: Atlantis. HEX triplet: 86, E2 and 49. RGB value is (134,226,73). Sum of RGB (Red+Green+Blue) = 134+226+73=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #86E249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E249 is #791DB6. Grayscale: #B5B5B5. Windows color (decimal): -7937463 or 4842118. OLE color: 4842118.
HSL color Cylindrical-coordinate representation of color #86E249: hue angle of 96.08º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86E249 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 226 | 73 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.11 |
| HSL | 96.08º | 0.73% | 0.59% | - |
| HSV(B) | 96.08º | 0.68% | 0.89% | - |
| XYZ | 38.23 | 59.94 | 15.86 | - |
| YUV | 181.05 | 67.02 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 73 | 0.41 | 0 | 0.68 | 0.11 | 96.08 | 0.73 | 0.59 |
| Hex | 86 | E2 | 49 | 29 | 0 | 44 | B | 60 | 49 | 3B |
| Octal | 206 | 342 | 111 | 51 | 0 | 104 | 13 | 140 | 111 | 73 |
| Binary | 10000110 | 11100010 | 1001001 | 101001 | 0 | 1000100 | 1011 | 1100000 | 1001001 | 111011 |
Color Harmonies of #86E249
Complementary color
Monochromatic Colors of #86E249
Black with #86E249
Text Example
Text Example
White with #86E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E249; }
p { color: rgb(134,226,73); }
H1.HeaderClassName
{
color: #86E249;
}
.AnyTagClassName
{
color: #86E249;
}
</style>
background-color css
<style>
a { background-color: #86E249; }
a { background-color: rgb(134,226,73); }
div.DivClassName
{
background-color: #86E249;
}
.BgClassName
{
background-color: #86E249;
}
</style>
border-color css
<style>
span { border-color: #86E249; }
span { border-color: rgb(134,226,73); }
td.TdClassName
{
border-color: #86E249;
}
.TagClassName
{
border-color: #86E249;
}
</style>