Shades of Kelly Green #41AA18
Tints of Kelly Green #41AA18
RGB
CMYK
RGB Variations
Color information
#41AA18 (or 0x41AA18) is known color: Kelly Green. HEX triplet: 41, AA and 18. RGB value is (65,170,24). Sum of RGB (Red+Green+Blue) = 65+170+24=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AA18 is #BE55E7. Grayscale: #7A7A7A. Windows color (decimal): -12473832 or 1616449. OLE color: 1616449.
HSL color Cylindrical-coordinate representation of color #41AA18: hue angle of 103.15º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41AA18 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 170 | 24 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.33 |
| HSL | 103.15º | 0.75% | 0.38% | - |
| HSV(B) | 103.15º | 0.86% | 0.67% | - |
| XYZ | 16.72 | 29.94 | 5.76 | - |
| YUV | 121.96 | 72.71 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 24 | 0.62 | 0 | 0.86 | 0.33 | 103.15 | 0.75 | 0.38 |
| Hex | 41 | AA | 18 | 3E | 0 | 56 | 21 | 67 | 4B | 26 |
| Octal | 101 | 252 | 30 | 76 | 0 | 126 | 41 | 147 | 113 | 46 |
| Binary | 1000001 | 10101010 | 11000 | 111110 | 0 | 1010110 | 100001 | 1100111 | 1001011 | 100110 |
Color Harmonies of #41AA18
Complementary color
Monochromatic Colors of #41AA18
Black with #41AA18
Text Example
Text Example
White with #41AA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AA18; }
p { color: rgb(65,170,24); }
H1.HeaderClassName
{
color: #41AA18;
}
.AnyTagClassName
{
color: #41AA18;
}
</style>
background-color css
<style>
a { background-color: #41AA18; }
a { background-color: rgb(65,170,24); }
div.DivClassName
{
background-color: #41AA18;
}
.BgClassName
{
background-color: #41AA18;
}
</style>
border-color css
<style>
span { border-color: #41AA18; }
span { border-color: rgb(65,170,24); }
td.TdClassName
{
border-color: #41AA18;
}
.TagClassName
{
border-color: #41AA18;
}
</style>