Shades of Kelly Green #3FAC0A
Tints of Kelly Green #3FAC0A
RGB
CMYK
RGB Variations
Color information
#3FAC0A (or 0x3FAC0A) is known color: Kelly Green. HEX triplet: 3F, AC and 0A. RGB value is (63,172,10). Sum of RGB (Red+Green+Blue) = 63+172+10=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 172 (67.58% from 255 or 70.20% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAC0A is #C053F5. Grayscale: #797979. Windows color (decimal): -12604406 or 699455. OLE color: 699455.
HSL color Cylindrical-coordinate representation of color #3FAC0A: hue angle of 100.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3FAC0A is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 10 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.33 |
| HSL | 100.37º | 0.89% | 0.36% | - |
| HSV(B) | 100.37º | 0.94% | 0.67% | - |
| XYZ | 16.86 | 30.58 | 5.3 | - |
| YUV | 120.94 | 65.39 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 10 | 0.63 | 0 | 0.94 | 0.33 | 100.37 | 0.89 | 0.36 |
| Hex | 3F | AC | A | 3F | 0 | 5E | 21 | 64 | 59 | 24 |
| Octal | 77 | 254 | 12 | 77 | 0 | 136 | 41 | 144 | 131 | 44 |
| Binary | 111111 | 10101100 | 1010 | 111111 | 0 | 1011110 | 100001 | 1100100 | 1011001 | 100100 |
Color Harmonies of #3FAC0A
Complementary color
Monochromatic Colors of #3FAC0A
Black with #3FAC0A
Text Example
Text Example
White with #3FAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC0A; }
p { color: rgb(63,172,10); }
H1.HeaderClassName
{
color: #3FAC0A;
}
.AnyTagClassName
{
color: #3FAC0A;
}
</style>
background-color css
<style>
a { background-color: #3FAC0A; }
a { background-color: rgb(63,172,10); }
div.DivClassName
{
background-color: #3FAC0A;
}
.BgClassName
{
background-color: #3FAC0A;
}
</style>
border-color css
<style>
span { border-color: #3FAC0A; }
span { border-color: rgb(63,172,10); }
td.TdClassName
{
border-color: #3FAC0A;
}
.TagClassName
{
border-color: #3FAC0A;
}
</style>