Shades of Atlantis #86C141
Tints of Atlantis #86C141
RGB
CMYK
RGB Variations
Color information
#86C141 (or 0x86C141) is known color: Atlantis. HEX triplet: 86, C1 and 41. RGB value is (134,193,65). Sum of RGB (Red+Green+Blue) = 134+193+65=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #86C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C141 is #793EBE. Grayscale: #A1A1A1. Windows color (decimal): -7945919 or 4309382. OLE color: 4309382.
HSL color Cylindrical-coordinate representation of color #86C141: hue angle of 87.66º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86C141 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 193 | 65 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.24 |
| HSL | 87.66º | 0.51% | 0.51% | - |
| HSV(B) | 87.66º | 0.66% | 0.76% | - |
| XYZ | 29.86 | 43.59 | 11.84 | - |
| YUV | 160.77 | 73.95 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 65 | 0.31 | 0 | 0.66 | 0.24 | 87.66 | 0.51 | 0.51 |
| Hex | 86 | C1 | 41 | 1F | 0 | 42 | 18 | 58 | 33 | 33 |
| Octal | 206 | 301 | 101 | 37 | 0 | 102 | 30 | 130 | 63 | 63 |
| Binary | 10000110 | 11000001 | 1000001 | 11111 | 0 | 1000010 | 11000 | 1011000 | 110011 | 110011 |
Color Harmonies of #86C141
Complementary color
Monochromatic Colors of #86C141
Black with #86C141
Text Example
Text Example
White with #86C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C141; }
p { color: rgb(134,193,65); }
H1.HeaderClassName
{
color: #86C141;
}
.AnyTagClassName
{
color: #86C141;
}
</style>
background-color css
<style>
a { background-color: #86C141; }
a { background-color: rgb(134,193,65); }
div.DivClassName
{
background-color: #86C141;
}
.BgClassName
{
background-color: #86C141;
}
</style>
border-color css
<style>
span { border-color: #86C141; }
span { border-color: rgb(134,193,65); }
td.TdClassName
{
border-color: #86C141;
}
.TagClassName
{
border-color: #86C141;
}
</style>