Shades of Kelly Green #45A918
Tints of Kelly Green #45A918
RGB
CMYK
RGB Variations
Color information
#45A918 (or 0x45A918) is known color: Kelly Green. HEX triplet: 45, A9 and 18. RGB value is (69,169,24). Sum of RGB (Red+Green+Blue) = 69+169+24=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 169 (66.41% from 255 or 64.50% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 169 - color contains mainly: green. Hex color #45A918 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A918 is #BA56E7. Grayscale: #7B7B7B. Windows color (decimal): -12211944 or 1616197. OLE color: 1616197.
HSL color Cylindrical-coordinate representation of color #45A918: hue angle of 101.38º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45A918 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 169 | 24 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.34 |
| HSL | 101.38º | 0.75% | 0.38% | - |
| HSV(B) | 101.38º | 0.86% | 0.66% | - |
| XYZ | 16.81 | 29.71 | 5.71 | - |
| YUV | 122.57 | 72.37 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 169 | 24 | 0.59 | 0 | 0.86 | 0.34 | 101.38 | 0.75 | 0.38 |
| Hex | 45 | A9 | 18 | 3B | 0 | 56 | 22 | 65 | 4B | 26 |
| Octal | 105 | 251 | 30 | 73 | 0 | 126 | 42 | 145 | 113 | 46 |
| Binary | 1000101 | 10101001 | 11000 | 111011 | 0 | 1010110 | 100010 | 1100101 | 1001011 | 100110 |
Color Harmonies of #45A918
Complementary color
Monochromatic Colors of #45A918
Black with #45A918
Text Example
Text Example
White with #45A918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A918; }
p { color: rgb(69,169,24); }
H1.HeaderClassName
{
color: #45A918;
}
.AnyTagClassName
{
color: #45A918;
}
</style>
background-color css
<style>
a { background-color: #45A918; }
a { background-color: rgb(69,169,24); }
div.DivClassName
{
background-color: #45A918;
}
.BgClassName
{
background-color: #45A918;
}
</style>
border-color css
<style>
span { border-color: #45A918; }
span { border-color: rgb(69,169,24); }
td.TdClassName
{
border-color: #45A918;
}
.TagClassName
{
border-color: #45A918;
}
</style>