Shades of Fern #6AC863
Tints of Fern #6AC863
RGB
CMYK
RGB Variations
Color information
#6AC863 (or 0x6AC863) is known color: Fern. HEX triplet: 6A, C8 and 63. RGB value is (106,200,99). Sum of RGB (Red+Green+Blue) = 106+200+99=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC863 is #95379C. Grayscale: #A0A0A0. Windows color (decimal): -9779101 or 6539370. OLE color: 6539370.
HSL color Cylindrical-coordinate representation of color #6AC863: hue angle of 115.84º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AC863 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 200 | 99 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.22 |
| HSL | 115.84º | 0.48% | 0.59% | - |
| HSV(B) | 115.84º | 0.51% | 0.78% | - |
| XYZ | 28.85 | 45.27 | 19.02 | - |
| YUV | 160.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 200 | 99 | 0.47 | 0 | 0.50 | 0.22 | 115.84 | 0.48 | 0.59 |
| Hex | 6A | C8 | 63 | 2F | 0 | 32 | 16 | 74 | 30 | 3B |
| Octal | 152 | 310 | 143 | 57 | 0 | 62 | 26 | 164 | 60 | 73 |
| Binary | 1101010 | 11001000 | 1100011 | 101111 | 0 | 110010 | 10110 | 1110100 | 110000 | 111011 |
Color Harmonies of #6AC863
Complementary color
Monochromatic Colors of #6AC863
Black with #6AC863
Text Example
Text Example
White with #6AC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC863; }
p { color: rgb(106,200,99); }
H1.HeaderClassName
{
color: #6AC863;
}
.AnyTagClassName
{
color: #6AC863;
}
</style>
background-color css
<style>
a { background-color: #6AC863; }
a { background-color: rgb(106,200,99); }
div.DivClassName
{
background-color: #6AC863;
}
.BgClassName
{
background-color: #6AC863;
}
</style>
border-color css
<style>
span { border-color: #6AC863; }
span { border-color: rgb(106,200,99); }
td.TdClassName
{
border-color: #6AC863;
}
.TagClassName
{
border-color: #6AC863;
}
</style>