Shades of Atlantis #86D13B
Tints of Atlantis #86D13B
RGB
CMYK
RGB Variations
Color information
#86D13B (or 0x86D13B) is known color: Atlantis. HEX triplet: 86, D1 and 3B. RGB value is (134,209,59). Sum of RGB (Red+Green+Blue) = 134+209+59=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #86D13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D13B is #792EC4. Grayscale: #AAAAAA. Windows color (decimal): -7941829 or 3920262. OLE color: 3920262.
HSL color Cylindrical-coordinate representation of color #86D13B: hue angle of 90º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86D13B is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 209 | 59 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.18 |
| HSL | 90º | 0.62% | 0.53% | - |
| HSV(B) | 90º | 0.72% | 0.82% | - |
| XYZ | 33.42 | 50.99 | 12.22 | - |
| YUV | 169.48 | 65.65 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 209 | 59 | 0.36 | 0 | 0.72 | 0.18 | 90 | 0.62 | 0.53 |
| Hex | 86 | D1 | 3B | 24 | 0 | 48 | 12 | 5A | 3E | 35 |
| Octal | 206 | 321 | 73 | 44 | 0 | 110 | 22 | 132 | 76 | 65 |
| Binary | 10000110 | 11010001 | 111011 | 100100 | 0 | 1001000 | 10010 | 1011010 | 111110 | 110101 |
Color Harmonies of #86D13B
Complementary color
Monochromatic Colors of #86D13B
Black with #86D13B
Text Example
Text Example
White with #86D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D13B; }
p { color: rgb(134,209,59); }
H1.HeaderClassName
{
color: #86D13B;
}
.AnyTagClassName
{
color: #86D13B;
}
</style>
background-color css
<style>
a { background-color: #86D13B; }
a { background-color: rgb(134,209,59); }
div.DivClassName
{
background-color: #86D13B;
}
.BgClassName
{
background-color: #86D13B;
}
</style>
border-color css
<style>
span { border-color: #86D13B; }
span { border-color: rgb(134,209,59); }
td.TdClassName
{
border-color: #86D13B;
}
.TagClassName
{
border-color: #86D13B;
}
</style>