Shades of Kelly Green #3FA014
Tints of Kelly Green #3FA014
RGB
CMYK
RGB Variations
Color information
#3FA014 (or 0x3FA014) is known color: Kelly Green. HEX triplet: 3F, A0 and 14. RGB value is (63,160,20). Sum of RGB (Red+Green+Blue) = 63+160+20=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 160 (62.89% from 255 or 65.84% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA014 is #C05FEB. Grayscale: #737373. Windows color (decimal): -12607468 or 1351743. OLE color: 1351743.
HSL color Cylindrical-coordinate representation of color #3FA014: hue angle of 101.57º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FA014 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 20 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.37 |
| HSL | 101.57º | 0.78% | 0.35% | - |
| HSV(B) | 101.57º | 0.88% | 0.63% | - |
| XYZ | 14.75 | 26.25 | 4.95 | - |
| YUV | 115.04 | 74.36 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 20 | 0.61 | 0 | 0.88 | 0.37 | 101.57 | 0.78 | 0.35 |
| Hex | 3F | A0 | 14 | 3D | 0 | 58 | 25 | 66 | 4E | 23 |
| Octal | 77 | 240 | 24 | 75 | 0 | 130 | 45 | 146 | 116 | 43 |
| Binary | 111111 | 10100000 | 10100 | 111101 | 0 | 1011000 | 100101 | 1100110 | 1001110 | 100011 |
Color Harmonies of #3FA014
Complementary color
Monochromatic Colors of #3FA014
Black with #3FA014
Text Example
Text Example
White with #3FA014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA014; }
p { color: rgb(63,160,20); }
H1.HeaderClassName
{
color: #3FA014;
}
.AnyTagClassName
{
color: #3FA014;
}
</style>
background-color css
<style>
a { background-color: #3FA014; }
a { background-color: rgb(63,160,20); }
div.DivClassName
{
background-color: #3FA014;
}
.BgClassName
{
background-color: #3FA014;
}
</style>
border-color css
<style>
span { border-color: #3FA014; }
span { border-color: rgb(63,160,20); }
td.TdClassName
{
border-color: #3FA014;
}
.TagClassName
{
border-color: #3FA014;
}
</style>