Shades of Kelly Green #3CAA19
Tints of Kelly Green #3CAA19
RGB
CMYK
RGB Variations
Color information
#3CAA19 (or 0x3CAA19) is known color: Kelly Green. HEX triplet: 3C, AA and 19. RGB value is (60,170,25). Sum of RGB (Red+Green+Blue) = 60+170+25=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAA19 is #C355E6. Grayscale: #797979. Windows color (decimal): -12801511 or 1681980. OLE color: 1681980.
HSL color Cylindrical-coordinate representation of color #3CAA19: hue angle of 105.52º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3CAA19 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 25 | - |
| CMYK | 0.65 | 0 | 0.85 | 0.33 |
| HSL | 105.52º | 0.74% | 0.38% | - |
| HSV(B) | 105.52º | 0.85% | 0.67% | - |
| XYZ | 16.41 | 29.78 | 5.8 | - |
| YUV | 120.58 | 74.06 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 25 | 0.65 | 0 | 0.85 | 0.33 | 105.52 | 0.74 | 0.38 |
| Hex | 3C | AA | 19 | 41 | 0 | 55 | 21 | 6A | 4A | 26 |
| Octal | 74 | 252 | 31 | 101 | 0 | 125 | 41 | 152 | 112 | 46 |
| Binary | 111100 | 10101010 | 11001 | 1000001 | 0 | 1010101 | 100001 | 1101010 | 1001010 | 100110 |
Color Harmonies of #3CAA19
Complementary color
Monochromatic Colors of #3CAA19
Black with #3CAA19
Text Example
Text Example
White with #3CAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA19; }
p { color: rgb(60,170,25); }
H1.HeaderClassName
{
color: #3CAA19;
}
.AnyTagClassName
{
color: #3CAA19;
}
</style>
background-color css
<style>
a { background-color: #3CAA19; }
a { background-color: rgb(60,170,25); }
div.DivClassName
{
background-color: #3CAA19;
}
.BgClassName
{
background-color: #3CAA19;
}
</style>
border-color css
<style>
span { border-color: #3CAA19; }
span { border-color: rgb(60,170,25); }
td.TdClassName
{
border-color: #3CAA19;
}
.TagClassName
{
border-color: #3CAA19;
}
</style>