Shades of Atlantis #86E03D
Tints of Atlantis #86E03D
RGB
CMYK
RGB Variations
Color information
#86E03D (or 0x86E03D) is known color: Atlantis. HEX triplet: 86, E0 and 3D. RGB value is (134,224,61). Sum of RGB (Red+Green+Blue) = 134+224+61=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #86E03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E03D is #791FC2. Grayscale: #B3B3B3. Windows color (decimal): -7937987 or 4055174. OLE color: 4055174.
HSL color Cylindrical-coordinate representation of color #86E03D: hue angle of 93.13º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86E03D is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 224 | 61 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.12 |
| HSL | 93.13º | 0.72% | 0.56% | - |
| HSV(B) | 93.13º | 0.73% | 0.88% | - |
| XYZ | 37.33 | 58.72 | 13.78 | - |
| YUV | 178.51 | 61.68 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 224 | 61 | 0.40 | 0 | 0.73 | 0.12 | 93.13 | 0.72 | 0.56 |
| Hex | 86 | E0 | 3D | 28 | 0 | 49 | C | 5D | 48 | 38 |
| Octal | 206 | 340 | 75 | 50 | 0 | 111 | 14 | 135 | 110 | 70 |
| Binary | 10000110 | 11100000 | 111101 | 101000 | 0 | 1001001 | 1100 | 1011101 | 1001000 | 111000 |
Color Harmonies of #86E03D
Complementary color
Monochromatic Colors of #86E03D
Black with #86E03D
Text Example
Text Example
White with #86E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E03D; }
p { color: rgb(134,224,61); }
H1.HeaderClassName
{
color: #86E03D;
}
.AnyTagClassName
{
color: #86E03D;
}
</style>
background-color css
<style>
a { background-color: #86E03D; }
a { background-color: rgb(134,224,61); }
div.DivClassName
{
background-color: #86E03D;
}
.BgClassName
{
background-color: #86E03D;
}
</style>
border-color css
<style>
span { border-color: #86E03D; }
span { border-color: rgb(134,224,61); }
td.TdClassName
{
border-color: #86E03D;
}
.TagClassName
{
border-color: #86E03D;
}
</style>