Shades of Atlantis #86E549
Tints of Atlantis #86E549
RGB
CMYK
RGB Variations
Color information
#86E549 (or 0x86E549) is known color: Atlantis. HEX triplet: 86, E5 and 49. RGB value is (134,229,73). Sum of RGB (Red+Green+Blue) = 134+229+73=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #86E549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E549 is #791AB6. Grayscale: #B7B7B7. Windows color (decimal): -7936695 or 4842886. OLE color: 4842886.
HSL color Cylindrical-coordinate representation of color #86E549: hue angle of 96.54º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86E549 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 229 | 73 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.10 |
| HSL | 96.54º | 0.75% | 0.59% | - |
| HSV(B) | 96.54º | 0.68% | 0.9% | - |
| XYZ | 39.05 | 61.59 | 16.13 | - |
| YUV | 182.81 | 66.03 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 229 | 73 | 0.41 | 0 | 0.68 | 0.10 | 96.54 | 0.75 | 0.59 |
| Hex | 86 | E5 | 49 | 29 | 0 | 44 | A | 61 | 4B | 3B |
| Octal | 206 | 345 | 111 | 51 | 0 | 104 | 12 | 141 | 113 | 73 |
| Binary | 10000110 | 11100101 | 1001001 | 101001 | 0 | 1000100 | 1010 | 1100001 | 1001011 | 111011 |
Color Harmonies of #86E549
Complementary color
Monochromatic Colors of #86E549
Black with #86E549
Text Example
Text Example
White with #86E549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E549; }
p { color: rgb(134,229,73); }
H1.HeaderClassName
{
color: #86E549;
}
.AnyTagClassName
{
color: #86E549;
}
</style>
background-color css
<style>
a { background-color: #86E549; }
a { background-color: rgb(134,229,73); }
div.DivClassName
{
background-color: #86E549;
}
.BgClassName
{
background-color: #86E549;
}
</style>
border-color css
<style>
span { border-color: #86E549; }
span { border-color: rgb(134,229,73); }
td.TdClassName
{
border-color: #86E549;
}
.TagClassName
{
border-color: #86E549;
}
</style>