Shades of Fern #6ACC65
Tints of Fern #6ACC65
RGB
CMYK
RGB Variations
Color information
#6ACC65 (or 0x6ACC65) is known color: Fern. HEX triplet: 6A, CC and 65. RGB value is (106,204,101). Sum of RGB (Red+Green+Blue) = 106+204+101=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACC65 is #95339A. Grayscale: #A3A3A3. Windows color (decimal): -9778075 or 6671466. OLE color: 6671466.
HSL color Cylindrical-coordinate representation of color #6ACC65: hue angle of 117.09º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ACC65 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 204 | 101 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.2 |
| HSL | 117.09º | 0.5% | 0.6% | - |
| HSV(B) | 117.09º | 0.5% | 0.8% | - |
| XYZ | 29.89 | 47.19 | 19.85 | - |
| YUV | 162.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 204 | 101 | 0.48 | 0 | 0.50 | 0.2 | 117.09 | 0.5 | 0.6 |
| Hex | 6A | CC | 65 | 30 | 0 | 32 | 14 | 75 | 32 | 3C |
| Octal | 152 | 314 | 145 | 60 | 0 | 62 | 24 | 165 | 62 | 74 |
| Binary | 1101010 | 11001100 | 1100101 | 110000 | 0 | 110010 | 10100 | 1110101 | 110010 | 111100 |
Color Harmonies of #6ACC65
Complementary color
Monochromatic Colors of #6ACC65
Black with #6ACC65
Text Example
Text Example
White with #6ACC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACC65; }
p { color: rgb(106,204,101); }
H1.HeaderClassName
{
color: #6ACC65;
}
.AnyTagClassName
{
color: #6ACC65;
}
</style>
background-color css
<style>
a { background-color: #6ACC65; }
a { background-color: rgb(106,204,101); }
div.DivClassName
{
background-color: #6ACC65;
}
.BgClassName
{
background-color: #6ACC65;
}
</style>
border-color css
<style>
span { border-color: #6ACC65; }
span { border-color: rgb(106,204,101); }
td.TdClassName
{
border-color: #6ACC65;
}
.TagClassName
{
border-color: #6ACC65;
}
</style>