Shades of Kelly Green #41AA19
Tints of Kelly Green #41AA19
RGB
CMYK
RGB Variations
Color information
#41AA19 (or 0x41AA19) is known color: Kelly Green. HEX triplet: 41, AA and 19. RGB value is (65,170,25). Sum of RGB (Red+Green+Blue) = 65+170+25=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 170 (66.80% from 255 or 65.38% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AA19 is #BE55E6. Grayscale: #7A7A7A. Windows color (decimal): -12473831 or 1681985. OLE color: 1681985.
HSL color Cylindrical-coordinate representation of color #41AA19: hue angle of 103.45º 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 #41AA19 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 170 | 25 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.33 |
| HSL | 103.45º | 0.74% | 0.38% | - |
| HSV(B) | 103.45º | 0.85% | 0.67% | - |
| XYZ | 16.73 | 29.94 | 5.82 | - |
| YUV | 122.08 | 73.21 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 25 | 0.62 | 0 | 0.85 | 0.33 | 103.45 | 0.74 | 0.38 |
| Hex | 41 | AA | 19 | 3E | 0 | 55 | 21 | 67 | 4A | 26 |
| Octal | 101 | 252 | 31 | 76 | 0 | 125 | 41 | 147 | 112 | 46 |
| Binary | 1000001 | 10101010 | 11001 | 111110 | 0 | 1010101 | 100001 | 1100111 | 1001010 | 100110 |
Color Harmonies of #41AA19
Complementary color
Monochromatic Colors of #41AA19
Black with #41AA19
Text Example
Text Example
White with #41AA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AA19; }
p { color: rgb(65,170,25); }
H1.HeaderClassName
{
color: #41AA19;
}
.AnyTagClassName
{
color: #41AA19;
}
</style>
background-color css
<style>
a { background-color: #41AA19; }
a { background-color: rgb(65,170,25); }
div.DivClassName
{
background-color: #41AA19;
}
.BgClassName
{
background-color: #41AA19;
}
</style>
border-color css
<style>
span { border-color: #41AA19; }
span { border-color: rgb(65,170,25); }
td.TdClassName
{
border-color: #41AA19;
}
.TagClassName
{
border-color: #41AA19;
}
</style>