Shades of Atlantis #86D63A
Tints of Atlantis #86D63A
RGB
CMYK
RGB Variations
Color information
#86D63A (or 0x86D63A) is known color: Atlantis. HEX triplet: 86, D6 and 3A. RGB value is (134,214,58). Sum of RGB (Red+Green+Blue) = 134+214+58=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #86D63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D63A is #7929C5. Grayscale: #ACACAC. Windows color (decimal): -7940550 or 3856006. OLE color: 3856006.
HSL color Cylindrical-coordinate representation of color #86D63A: hue angle of 90.77º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86D63A is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 58 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.16 |
| HSL | 90.77º | 0.66% | 0.53% | - |
| HSV(B) | 90.77º | 0.73% | 0.84% | - |
| XYZ | 34.64 | 53.47 | 12.5 | - |
| YUV | 172.3 | 63.5 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 58 | 0.37 | 0 | 0.73 | 0.16 | 90.77 | 0.66 | 0.53 |
| Hex | 86 | D6 | 3A | 25 | 0 | 49 | 10 | 5B | 42 | 35 |
| Octal | 206 | 326 | 72 | 45 | 0 | 111 | 20 | 133 | 102 | 65 |
| Binary | 10000110 | 11010110 | 111010 | 100101 | 0 | 1001001 | 10000 | 1011011 | 1000010 | 110101 |
Color Harmonies of #86D63A
Complementary color
Monochromatic Colors of #86D63A
Black with #86D63A
Text Example
Text Example
White with #86D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D63A; }
p { color: rgb(134,214,58); }
H1.HeaderClassName
{
color: #86D63A;
}
.AnyTagClassName
{
color: #86D63A;
}
</style>
background-color css
<style>
a { background-color: #86D63A; }
a { background-color: rgb(134,214,58); }
div.DivClassName
{
background-color: #86D63A;
}
.BgClassName
{
background-color: #86D63A;
}
</style>
border-color css
<style>
span { border-color: #86D63A; }
span { border-color: rgb(134,214,58); }
td.TdClassName
{
border-color: #86D63A;
}
.TagClassName
{
border-color: #86D63A;
}
</style>