Shades of Atlantis #86C03F
Tints of Atlantis #86C03F
RGB
CMYK
RGB Variations
Color information
#86C03F (or 0x86C03F) is known color: Atlantis. HEX triplet: 86, C0 and 3F. RGB value is (134,192,63). Sum of RGB (Red+Green+Blue) = 134+192+63=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #86C03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C03F is #793FC0. Grayscale: #A0A0A0. Windows color (decimal): -7946177 or 4178054. OLE color: 4178054.
HSL color Cylindrical-coordinate representation of color #86C03F: hue angle of 86.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86C03F is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 63 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.25 |
| HSL | 86.98º | 0.51% | 0.5% | - |
| HSV(B) | 86.98º | 0.67% | 0.75% | - |
| XYZ | 29.58 | 43.13 | 11.47 | - |
| YUV | 159.95 | 73.28 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 63 | 0.30 | 0 | 0.67 | 0.25 | 86.98 | 0.51 | 0.5 |
| Hex | 86 | C0 | 3F | 1E | 0 | 43 | 19 | 57 | 33 | 32 |
| Octal | 206 | 300 | 77 | 36 | 0 | 103 | 31 | 127 | 63 | 62 |
| Binary | 10000110 | 11000000 | 111111 | 11110 | 0 | 1000011 | 11001 | 1010111 | 110011 | 110010 |
Color Harmonies of #86C03F
Complementary color
Monochromatic Colors of #86C03F
Black with #86C03F
Text Example
Text Example
White with #86C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C03F; }
p { color: rgb(134,192,63); }
H1.HeaderClassName
{
color: #86C03F;
}
.AnyTagClassName
{
color: #86C03F;
}
</style>
background-color css
<style>
a { background-color: #86C03F; }
a { background-color: rgb(134,192,63); }
div.DivClassName
{
background-color: #86C03F;
}
.BgClassName
{
background-color: #86C03F;
}
</style>
border-color css
<style>
span { border-color: #86C03F; }
span { border-color: rgb(134,192,63); }
td.TdClassName
{
border-color: #86C03F;
}
.TagClassName
{
border-color: #86C03F;
}
</style>