Shades of Kelly Green #45A017
Tints of Kelly Green #45A017
RGB
CMYK
RGB Variations
Color information
#45A017 (or 0x45A017) is known color: Kelly Green. HEX triplet: 45, A0 and 17. RGB value is (69,160,23). Sum of RGB (Red+Green+Blue) = 69+160+23=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #45A017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A017 is #BA5FE8. Grayscale: #757575. Windows color (decimal): -12214249 or 1548357. OLE color: 1548357.
HSL color Cylindrical-coordinate representation of color #45A017: hue angle of 99.85º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45A017 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 160 | 23 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.37 |
| HSL | 99.85º | 0.75% | 0.36% | - |
| HSV(B) | 99.85º | 0.86% | 0.63% | - |
| XYZ | 15.18 | 26.47 | 5.12 | - |
| YUV | 117.17 | 74.85 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 160 | 23 | 0.57 | 0 | 0.86 | 0.37 | 99.85 | 0.75 | 0.36 |
| Hex | 45 | A0 | 17 | 39 | 0 | 56 | 25 | 64 | 4B | 24 |
| Octal | 105 | 240 | 27 | 71 | 0 | 126 | 45 | 144 | 113 | 44 |
| Binary | 1000101 | 10100000 | 10111 | 111001 | 0 | 1010110 | 100101 | 1100100 | 1001011 | 100100 |
Color Harmonies of #45A017
Complementary color
Monochromatic Colors of #45A017
Black with #45A017
Text Example
Text Example
White with #45A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A017; }
p { color: rgb(69,160,23); }
H1.HeaderClassName
{
color: #45A017;
}
.AnyTagClassName
{
color: #45A017;
}
</style>
background-color css
<style>
a { background-color: #45A017; }
a { background-color: rgb(69,160,23); }
div.DivClassName
{
background-color: #45A017;
}
.BgClassName
{
background-color: #45A017;
}
</style>
border-color css
<style>
span { border-color: #45A017; }
span { border-color: rgb(69,160,23); }
td.TdClassName
{
border-color: #45A017;
}
.TagClassName
{
border-color: #45A017;
}
</style>