Shades of Atlantis #86C342
Tints of Atlantis #86C342
RGB
CMYK
RGB Variations
Color information
#86C342 (or 0x86C342) is known color: Atlantis. HEX triplet: 86, C3 and 42. RGB value is (134,195,66). Sum of RGB (Red+Green+Blue) = 134+195+66=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #86C342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C342 is #793CBD. Grayscale: #A2A2A2. Windows color (decimal): -7945406 or 4375430. OLE color: 4375430.
HSL color Cylindrical-coordinate representation of color #86C342: hue angle of 88.37º degrees, saturation: 0.52, 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 #86C342 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 66 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.24 |
| HSL | 88.37º | 0.52% | 0.51% | - |
| HSV(B) | 88.37º | 0.66% | 0.76% | - |
| XYZ | 30.33 | 44.49 | 12.14 | - |
| YUV | 162.06 | 73.79 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 66 | 0.31 | 0 | 0.66 | 0.24 | 88.37 | 0.52 | 0.51 |
| Hex | 86 | C3 | 42 | 1F | 0 | 42 | 18 | 58 | 34 | 33 |
| Octal | 206 | 303 | 102 | 37 | 0 | 102 | 30 | 130 | 64 | 63 |
| Binary | 10000110 | 11000011 | 1000010 | 11111 | 0 | 1000010 | 11000 | 1011000 | 110100 | 110011 |
Color Harmonies of #86C342
Complementary color
Monochromatic Colors of #86C342
Black with #86C342
Text Example
Text Example
White with #86C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C342; }
p { color: rgb(134,195,66); }
H1.HeaderClassName
{
color: #86C342;
}
.AnyTagClassName
{
color: #86C342;
}
</style>
background-color css
<style>
a { background-color: #86C342; }
a { background-color: rgb(134,195,66); }
div.DivClassName
{
background-color: #86C342;
}
.BgClassName
{
background-color: #86C342;
}
</style>
border-color css
<style>
span { border-color: #86C342; }
span { border-color: rgb(134,195,66); }
td.TdClassName
{
border-color: #86C342;
}
.TagClassName
{
border-color: #86C342;
}
</style>