Shades of Fern #6AC463
Tints of Fern #6AC463
RGB
CMYK
RGB Variations
Color information
#6AC463 (or 0x6AC463) is known color: Fern. HEX triplet: 6A, C4 and 63. RGB value is (106,196,99). Sum of RGB (Red+Green+Blue) = 106+196+99=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC463 is #953B9C. Grayscale: #9E9E9E. Windows color (decimal): -9780125 or 6538346. OLE color: 6538346.
HSL color Cylindrical-coordinate representation of color #6AC463: hue angle of 115.67º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AC463 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 196 | 99 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.23 |
| HSL | 115.67º | 0.45% | 0.58% | - |
| HSV(B) | 115.67º | 0.49% | 0.77% | - |
| XYZ | 27.94 | 43.44 | 18.72 | - |
| YUV | 158.03 | 94.68 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 99 | 0.46 | 0 | 0.49 | 0.23 | 115.67 | 0.45 | 0.58 |
| Hex | 6A | C4 | 63 | 2E | 0 | 31 | 17 | 74 | 2D | 3A |
| Octal | 152 | 304 | 143 | 56 | 0 | 61 | 27 | 164 | 55 | 72 |
| Binary | 1101010 | 11000100 | 1100011 | 101110 | 0 | 110001 | 10111 | 1110100 | 101101 | 111010 |
Color Harmonies of #6AC463
Complementary color
Monochromatic Colors of #6AC463
Black with #6AC463
Text Example
Text Example
White with #6AC463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC463; }
p { color: rgb(106,196,99); }
H1.HeaderClassName
{
color: #6AC463;
}
.AnyTagClassName
{
color: #6AC463;
}
</style>
background-color css
<style>
a { background-color: #6AC463; }
a { background-color: rgb(106,196,99); }
div.DivClassName
{
background-color: #6AC463;
}
.BgClassName
{
background-color: #6AC463;
}
</style>
border-color css
<style>
span { border-color: #6AC463; }
span { border-color: rgb(106,196,99); }
td.TdClassName
{
border-color: #6AC463;
}
.TagClassName
{
border-color: #6AC463;
}
</style>