Shades of Kelly Green #3CA51A
Tints of Kelly Green #3CA51A
RGB
CMYK
RGB Variations
Color information
#3CA51A (or 0x3CA51A) is known color: Kelly Green. HEX triplet: 3C, A5 and 1A. RGB value is (60,165,26). Sum of RGB (Red+Green+Blue) = 60+165+26=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 165 (64.84% from 255 or 65.74% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA51A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA51A is #C35AE5. Grayscale: #767676. Windows color (decimal): -12802790 or 1746236. OLE color: 1746236.
HSL color Cylindrical-coordinate representation of color #3CA51A: hue angle of 105.32º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3CA51A is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 165 | 26 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.35 |
| HSL | 105.32º | 0.73% | 0.37% | - |
| HSV(B) | 105.32º | 0.84% | 0.65% | - |
| XYZ | 15.51 | 27.95 | 5.55 | - |
| YUV | 117.76 | 76.21 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 165 | 26 | 0.64 | 0 | 0.84 | 0.35 | 105.32 | 0.73 | 0.37 |
| Hex | 3C | A5 | 1A | 40 | 0 | 54 | 23 | 69 | 49 | 25 |
| Octal | 74 | 245 | 32 | 100 | 0 | 124 | 43 | 151 | 111 | 45 |
| Binary | 111100 | 10100101 | 11010 | 1000000 | 0 | 1010100 | 100011 | 1101001 | 1001001 | 100101 |
Color Harmonies of #3CA51A
Complementary color
Monochromatic Colors of #3CA51A
Black with #3CA51A
Text Example
Text Example
White with #3CA51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA51A; }
p { color: rgb(60,165,26); }
H1.HeaderClassName
{
color: #3CA51A;
}
.AnyTagClassName
{
color: #3CA51A;
}
</style>
background-color css
<style>
a { background-color: #3CA51A; }
a { background-color: rgb(60,165,26); }
div.DivClassName
{
background-color: #3CA51A;
}
.BgClassName
{
background-color: #3CA51A;
}
</style>
border-color css
<style>
span { border-color: #3CA51A; }
span { border-color: rgb(60,165,26); }
td.TdClassName
{
border-color: #3CA51A;
}
.TagClassName
{
border-color: #3CA51A;
}
</style>