Shades of Kelly Green #3FA10A
Tints of Kelly Green #3FA10A
RGB
CMYK
RGB Variations
Color information
#3FA10A (or 0x3FA10A) is known color: Kelly Green. HEX triplet: 3F, A1 and 0A. RGB value is (63,161,10). Sum of RGB (Red+Green+Blue) = 63+161+10=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 161 (63.28% from 255 or 68.80% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA10A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA10A is #C05EF5. Grayscale: #727272. Windows color (decimal): -12607222 or 696639. OLE color: 696639.
HSL color Cylindrical-coordinate representation of color #3FA10A: hue angle of 98.94º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3FA10A is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 10 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.37 |
| HSL | 98.94º | 0.88% | 0.34% | - |
| HSV(B) | 98.94º | 0.94% | 0.63% | - |
| XYZ | 14.85 | 26.57 | 4.63 | - |
| YUV | 114.48 | 69.03 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 10 | 0.61 | 0 | 0.94 | 0.37 | 98.94 | 0.88 | 0.34 |
| Hex | 3F | A1 | A | 3D | 0 | 5E | 25 | 63 | 58 | 22 |
| Octal | 77 | 241 | 12 | 75 | 0 | 136 | 45 | 143 | 130 | 42 |
| Binary | 111111 | 10100001 | 1010 | 111101 | 0 | 1011110 | 100101 | 1100011 | 1011000 | 100010 |
Color Harmonies of #3FA10A
Complementary color
Monochromatic Colors of #3FA10A
Black with #3FA10A
Text Example
Text Example
White with #3FA10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA10A; }
p { color: rgb(63,161,10); }
H1.HeaderClassName
{
color: #3FA10A;
}
.AnyTagClassName
{
color: #3FA10A;
}
</style>
background-color css
<style>
a { background-color: #3FA10A; }
a { background-color: rgb(63,161,10); }
div.DivClassName
{
background-color: #3FA10A;
}
.BgClassName
{
background-color: #3FA10A;
}
</style>
border-color css
<style>
span { border-color: #3FA10A; }
span { border-color: rgb(63,161,10); }
td.TdClassName
{
border-color: #3FA10A;
}
.TagClassName
{
border-color: #3FA10A;
}
</style>