Shades of Kelly Green #41AC18
Tints of Kelly Green #41AC18
RGB
CMYK
RGB Variations
Color information
#41AC18 (or 0x41AC18) is known color: Kelly Green. HEX triplet: 41, AC and 18. RGB value is (65,172,24). Sum of RGB (Red+Green+Blue) = 65+172+24=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 172 (67.58% from 255 or 65.90% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AC18 is #BE53E7. Grayscale: #7B7B7B. Windows color (decimal): -12473320 or 1616961. OLE color: 1616961.
HSL color Cylindrical-coordinate representation of color #41AC18: hue angle of 103.38º degrees, saturation: 0.76, 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 #41AC18 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 172 | 24 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.33 |
| HSL | 103.38º | 0.76% | 0.38% | - |
| HSV(B) | 103.38º | 0.86% | 0.67% | - |
| XYZ | 17.1 | 30.69 | 5.89 | - |
| YUV | 123.14 | 72.05 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 172 | 24 | 0.62 | 0 | 0.86 | 0.33 | 103.38 | 0.76 | 0.38 |
| Hex | 41 | AC | 18 | 3E | 0 | 56 | 21 | 67 | 4C | 26 |
| Octal | 101 | 254 | 30 | 76 | 0 | 126 | 41 | 147 | 114 | 46 |
| Binary | 1000001 | 10101100 | 11000 | 111110 | 0 | 1010110 | 100001 | 1100111 | 1001100 | 100110 |
Color Harmonies of #41AC18
Complementary color
Monochromatic Colors of #41AC18
Black with #41AC18
Text Example
Text Example
White with #41AC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AC18; }
p { color: rgb(65,172,24); }
H1.HeaderClassName
{
color: #41AC18;
}
.AnyTagClassName
{
color: #41AC18;
}
</style>
background-color css
<style>
a { background-color: #41AC18; }
a { background-color: rgb(65,172,24); }
div.DivClassName
{
background-color: #41AC18;
}
.BgClassName
{
background-color: #41AC18;
}
</style>
border-color css
<style>
span { border-color: #41AC18; }
span { border-color: rgb(65,172,24); }
td.TdClassName
{
border-color: #41AC18;
}
.TagClassName
{
border-color: #41AC18;
}
</style>