Shades of Kelly Green #41AC0D
Tints of Kelly Green #41AC0D
RGB
CMYK
RGB Variations
Color information
#41AC0D (or 0x41AC0D) is known color: Kelly Green. HEX triplet: 41, AC and 0D. RGB value is (65,172,13). Sum of RGB (Red+Green+Blue) = 65+172+13=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 172 (67.58% from 255 or 68.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AC0D is #BE53F2. Grayscale: #7A7A7A. Windows color (decimal): -12473331 or 896065. OLE color: 896065.
HSL color Cylindrical-coordinate representation of color #41AC0D: hue angle of 100.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41AC0D is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 172 | 13 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.33 |
| HSL | 100.38º | 0.86% | 0.36% | - |
| HSV(B) | 100.38º | 0.92% | 0.67% | - |
| XYZ | 17.01 | 30.66 | 5.4 | - |
| YUV | 121.88 | 66.55 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 172 | 13 | 0.62 | 0 | 0.92 | 0.33 | 100.38 | 0.86 | 0.36 |
| Hex | 41 | AC | D | 3E | 0 | 5C | 21 | 64 | 56 | 24 |
| Octal | 101 | 254 | 15 | 76 | 0 | 134 | 41 | 144 | 126 | 44 |
| Binary | 1000001 | 10101100 | 1101 | 111110 | 0 | 1011100 | 100001 | 1100100 | 1010110 | 100100 |
Color Harmonies of #41AC0D
Complementary color
Monochromatic Colors of #41AC0D
Black with #41AC0D
Text Example
Text Example
White with #41AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AC0D; }
p { color: rgb(65,172,13); }
H1.HeaderClassName
{
color: #41AC0D;
}
.AnyTagClassName
{
color: #41AC0D;
}
</style>
background-color css
<style>
a { background-color: #41AC0D; }
a { background-color: rgb(65,172,13); }
div.DivClassName
{
background-color: #41AC0D;
}
.BgClassName
{
background-color: #41AC0D;
}
</style>
border-color css
<style>
span { border-color: #41AC0D; }
span { border-color: rgb(65,172,13); }
td.TdClassName
{
border-color: #41AC0D;
}
.TagClassName
{
border-color: #41AC0D;
}
</style>