Shades of Kelly Green #41AB1A
Tints of Kelly Green #41AB1A
RGB
CMYK
RGB Variations
Color information
#41AB1A (or 0x41AB1A) is known color: Kelly Green. HEX triplet: 41, AB and 1A. RGB value is (65,171,26). Sum of RGB (Red+Green+Blue) = 65+171+26=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 171 (67.19% from 255 or 65.27% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 171 - color contains mainly: green. Hex color #41AB1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AB1A is #BE54E5. Grayscale: #7B7B7B. Windows color (decimal): -12473574 or 1747777. OLE color: 1747777.
HSL color Cylindrical-coordinate representation of color #41AB1A: hue angle of 103.86º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41AB1A is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 171 | 26 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.33 |
| HSL | 103.86º | 0.74% | 0.39% | - |
| HSV(B) | 103.86º | 0.85% | 0.67% | - |
| XYZ | 16.93 | 30.32 | 5.94 | - |
| YUV | 122.78 | 73.38 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 26 | 0.62 | 0 | 0.85 | 0.33 | 103.86 | 0.74 | 0.39 |
| Hex | 41 | AB | 1A | 3E | 0 | 55 | 21 | 68 | 4A | 27 |
| Octal | 101 | 253 | 32 | 76 | 0 | 125 | 41 | 150 | 112 | 47 |
| Binary | 1000001 | 10101011 | 11010 | 111110 | 0 | 1010101 | 100001 | 1101000 | 1001010 | 100111 |
Color Harmonies of #41AB1A
Complementary color
Monochromatic Colors of #41AB1A
Black with #41AB1A
Text Example
Text Example
White with #41AB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AB1A; }
p { color: rgb(65,171,26); }
H1.HeaderClassName
{
color: #41AB1A;
}
.AnyTagClassName
{
color: #41AB1A;
}
</style>
background-color css
<style>
a { background-color: #41AB1A; }
a { background-color: rgb(65,171,26); }
div.DivClassName
{
background-color: #41AB1A;
}
.BgClassName
{
background-color: #41AB1A;
}
</style>
border-color css
<style>
span { border-color: #41AB1A; }
span { border-color: rgb(65,171,26); }
td.TdClassName
{
border-color: #41AB1A;
}
.TagClassName
{
border-color: #41AB1A;
}
</style>