Shades of Atlantis #86EF3A
Tints of Atlantis #86EF3A
RGB
CMYK
RGB Variations
Color information
#86EF3A (or 0x86EF3A) is known color: Atlantis. HEX triplet: 86, EF and 3A. RGB value is (134,239,58). Sum of RGB (Red+Green+Blue) = 134+239+58=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 239 (93.75% from 255 or 55.45% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EF3A is #7910C5. Grayscale: #BBBBBB. Windows color (decimal): -7934150 or 3862406. OLE color: 3862406.
HSL color Cylindrical-coordinate representation of color #86EF3A: hue angle of 94.81º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86EF3A is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 58 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.06 |
| HSL | 94.81º | 0.85% | 0.58% | - |
| HSV(B) | 94.81º | 0.76% | 0.94% | - |
| XYZ | 41.46 | 67.11 | 14.77 | - |
| YUV | 186.97 | 55.21 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 58 | 0.44 | 0 | 0.76 | 0.06 | 94.81 | 0.85 | 0.58 |
| Hex | 86 | EF | 3A | 2C | 0 | 4C | 6 | 5F | 55 | 3A |
| Octal | 206 | 357 | 72 | 54 | 0 | 114 | 6 | 137 | 125 | 72 |
| Binary | 10000110 | 11101111 | 111010 | 101100 | 0 | 1001100 | 110 | 1011111 | 1010101 | 111010 |
Color Harmonies of #86EF3A
Complementary color
Monochromatic Colors of #86EF3A
Black with #86EF3A
Text Example
Text Example
White with #86EF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EF3A; }
p { color: rgb(134,239,58); }
H1.HeaderClassName
{
color: #86EF3A;
}
.AnyTagClassName
{
color: #86EF3A;
}
</style>
background-color css
<style>
a { background-color: #86EF3A; }
a { background-color: rgb(134,239,58); }
div.DivClassName
{
background-color: #86EF3A;
}
.BgClassName
{
background-color: #86EF3A;
}
</style>
border-color css
<style>
span { border-color: #86EF3A; }
span { border-color: rgb(134,239,58); }
td.TdClassName
{
border-color: #86EF3A;
}
.TagClassName
{
border-color: #86EF3A;
}
</style>