Shades of Atlantis #86E93B
Tints of Atlantis #86E93B
RGB
CMYK
RGB Variations
Color information
#86E93B (or 0x86E93B) is known color: Atlantis. HEX triplet: 86, E9 and 3B. RGB value is (134,233,59). Sum of RGB (Red+Green+Blue) = 134+233+59=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 233 (91.41% from 255 or 54.69% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 233 - color contains mainly: green. Hex color #86E93B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86E93B is #7916C4. Grayscale: #B8B8B8. Windows color (decimal): -7935685 or 3926406. OLE color: 3926406.
HSL color Cylindrical-coordinate representation of color #86E93B: hue angle of 94.14º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86E93B is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 233 | 59 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.09 |
| HSL | 94.14º | 0.8% | 0.57% | - |
| HSV(B) | 94.14º | 0.75% | 0.91% | - |
| XYZ | 39.76 | 63.66 | 14.33 | - |
| YUV | 183.56 | 57.7 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 233 | 59 | 0.42 | 0 | 0.75 | 0.09 | 94.14 | 0.8 | 0.57 |
| Hex | 86 | E9 | 3B | 2A | 0 | 4B | 9 | 5E | 50 | 39 |
| Octal | 206 | 351 | 73 | 52 | 0 | 113 | 11 | 136 | 120 | 71 |
| Binary | 10000110 | 11101001 | 111011 | 101010 | 0 | 1001011 | 1001 | 1011110 | 1010000 | 111001 |
Color Harmonies of #86E93B
Complementary color
Monochromatic Colors of #86E93B
Black with #86E93B
Text Example
Text Example
White with #86E93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E93B; }
p { color: rgb(134,233,59); }
H1.HeaderClassName
{
color: #86E93B;
}
.AnyTagClassName
{
color: #86E93B;
}
</style>
background-color css
<style>
a { background-color: #86E93B; }
a { background-color: rgb(134,233,59); }
div.DivClassName
{
background-color: #86E93B;
}
.BgClassName
{
background-color: #86E93B;
}
</style>
border-color css
<style>
span { border-color: #86E93B; }
span { border-color: rgb(134,233,59); }
td.TdClassName
{
border-color: #86E93B;
}
.TagClassName
{
border-color: #86E93B;
}
</style>