Shades of Atlantis #86C242
Tints of Atlantis #86C242
RGB
CMYK
RGB Variations
Color information
#86C242 (or 0x86C242) is known color: Atlantis. HEX triplet: 86, C2 and 42. RGB value is (134,194,66). Sum of RGB (Red+Green+Blue) = 134+194+66=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #86C242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C242 is #793DBD. Grayscale: #A1A1A1. Windows color (decimal): -7945662 or 4375174. OLE color: 4375174.
HSL color Cylindrical-coordinate representation of color #86C242: hue angle of 88.12º 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 #86C242 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 66 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.24 |
| HSL | 88.13º | 0.51% | 0.51% | - |
| HSV(B) | 88.13º | 0.66% | 0.76% | - |
| XYZ | 30.11 | 44.05 | 12.07 | - |
| YUV | 161.47 | 74.12 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 66 | 0.31 | 0 | 0.66 | 0.24 | 88.13 | 0.51 | 0.51 |
| Hex | 86 | C2 | 42 | 1F | 0 | 42 | 18 | 58 | 33 | 33 |
| Octal | 206 | 302 | 102 | 37 | 0 | 102 | 30 | 130 | 63 | 63 |
| Binary | 10000110 | 11000010 | 1000010 | 11111 | 0 | 1000010 | 11000 | 1011000 | 110011 | 110011 |
Color Harmonies of #86C242
Complementary color
Monochromatic Colors of #86C242
Black with #86C242
Text Example
Text Example
White with #86C242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C242; }
p { color: rgb(134,194,66); }
H1.HeaderClassName
{
color: #86C242;
}
.AnyTagClassName
{
color: #86C242;
}
</style>
background-color css
<style>
a { background-color: #86C242; }
a { background-color: rgb(134,194,66); }
div.DivClassName
{
background-color: #86C242;
}
.BgClassName
{
background-color: #86C242;
}
</style>
border-color css
<style>
span { border-color: #86C242; }
span { border-color: rgb(134,194,66); }
td.TdClassName
{
border-color: #86C242;
}
.TagClassName
{
border-color: #86C242;
}
</style>