Shades of Kelly Green #45A610
Tints of Kelly Green #45A610
RGB
CMYK
RGB Variations
Color information
#45A610 (or 0x45A610) is known color: Kelly Green. HEX triplet: 45, A6 and 10. RGB value is (69,166,16). Sum of RGB (Red+Green+Blue) = 69+166+16=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 166 (65.23% from 255 or 66.14% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 166 - color contains mainly: green. Hex color #45A610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A610 is #BA59EF. Grayscale: #787878. Windows color (decimal): -12212720 or 1091141. OLE color: 1091141.
HSL color Cylindrical-coordinate representation of color #45A610: hue angle of 98.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45A610 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 16 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.35 |
| HSL | 98.8º | 0.82% | 0.36% | - |
| HSV(B) | 98.8º | 0.9% | 0.65% | - |
| XYZ | 16.18 | 28.58 | 5.15 | - |
| YUV | 119.9 | 69.36 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 16 | 0.58 | 0 | 0.90 | 0.35 | 98.8 | 0.82 | 0.36 |
| Hex | 45 | A6 | 10 | 3A | 0 | 5A | 23 | 63 | 52 | 24 |
| Octal | 105 | 246 | 20 | 72 | 0 | 132 | 43 | 143 | 122 | 44 |
| Binary | 1000101 | 10100110 | 10000 | 111010 | 0 | 1011010 | 100011 | 1100011 | 1010010 | 100100 |
Color Harmonies of #45A610
Complementary color
Monochromatic Colors of #45A610
Black with #45A610
Text Example
Text Example
White with #45A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A610; }
p { color: rgb(69,166,16); }
H1.HeaderClassName
{
color: #45A610;
}
.AnyTagClassName
{
color: #45A610;
}
</style>
background-color css
<style>
a { background-color: #45A610; }
a { background-color: rgb(69,166,16); }
div.DivClassName
{
background-color: #45A610;
}
.BgClassName
{
background-color: #45A610;
}
</style>
border-color css
<style>
span { border-color: #45A610; }
span { border-color: rgb(69,166,16); }
td.TdClassName
{
border-color: #45A610;
}
.TagClassName
{
border-color: #45A610;
}
</style>