Shades of Atlantis #86D142
Tints of Atlantis #86D142
RGB
CMYK
RGB Variations
Color information
#86D142 (or 0x86D142) is known color: Atlantis. HEX triplet: 86, D1 and 42. RGB value is (134,209,66). Sum of RGB (Red+Green+Blue) = 134+209+66=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #86D142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D142 is #792EBD. Grayscale: #AAAAAA. Windows color (decimal): -7941822 or 4379014. OLE color: 4379014.
HSL color Cylindrical-coordinate representation of color #86D142: hue angle of 91.47º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86D142 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 209 | 66 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.18 |
| HSL | 91.47º | 0.61% | 0.54% | - |
| HSV(B) | 91.47º | 0.68% | 0.82% | - |
| XYZ | 33.62 | 51.06 | 13.24 | - |
| YUV | 170.27 | 69.15 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 209 | 66 | 0.36 | 0 | 0.68 | 0.18 | 91.47 | 0.61 | 0.54 |
| Hex | 86 | D1 | 42 | 24 | 0 | 44 | 12 | 5B | 3D | 36 |
| Octal | 206 | 321 | 102 | 44 | 0 | 104 | 22 | 133 | 75 | 66 |
| Binary | 10000110 | 11010001 | 1000010 | 100100 | 0 | 1000100 | 10010 | 1011011 | 111101 | 110110 |
Color Harmonies of #86D142
Complementary color
Monochromatic Colors of #86D142
Black with #86D142
Text Example
Text Example
White with #86D142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D142; }
p { color: rgb(134,209,66); }
H1.HeaderClassName
{
color: #86D142;
}
.AnyTagClassName
{
color: #86D142;
}
</style>
background-color css
<style>
a { background-color: #86D142; }
a { background-color: rgb(134,209,66); }
div.DivClassName
{
background-color: #86D142;
}
.BgClassName
{
background-color: #86D142;
}
</style>
border-color css
<style>
span { border-color: #86D142; }
span { border-color: rgb(134,209,66); }
td.TdClassName
{
border-color: #86D142;
}
.TagClassName
{
border-color: #86D142;
}
</style>