Shades of Kelly Green #45A90E
Tints of Kelly Green #45A90E
RGB
CMYK
RGB Variations
Color information
#45A90E (or 0x45A90E) is known color: Kelly Green. HEX triplet: 45, A9 and 0E. RGB value is (69,169,14). Sum of RGB (Red+Green+Blue) = 69+169+14=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 169 (66.41% from 255 or 67.06% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 169 - color contains mainly: green. Hex color #45A90E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A90E is #BA56F1. Grayscale: #797979. Windows color (decimal): -12211954 or 960837. OLE color: 960837.
HSL color Cylindrical-coordinate representation of color #45A90E: hue angle of 98.71º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45A90E is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 169 | 14 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.34 |
| HSL | 98.71º | 0.85% | 0.36% | - |
| HSV(B) | 98.71º | 0.92% | 0.66% | - |
| XYZ | 16.72 | 29.67 | 5.26 | - |
| YUV | 121.43 | 67.37 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 169 | 14 | 0.59 | 0 | 0.92 | 0.34 | 98.71 | 0.85 | 0.36 |
| Hex | 45 | A9 | E | 3B | 0 | 5C | 22 | 63 | 55 | 24 |
| Octal | 105 | 251 | 16 | 73 | 0 | 134 | 42 | 143 | 125 | 44 |
| Binary | 1000101 | 10101001 | 1110 | 111011 | 0 | 1011100 | 100010 | 1100011 | 1010101 | 100100 |
Color Harmonies of #45A90E
Complementary color
Monochromatic Colors of #45A90E
Black with #45A90E
Text Example
Text Example
White with #45A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A90E; }
p { color: rgb(69,169,14); }
H1.HeaderClassName
{
color: #45A90E;
}
.AnyTagClassName
{
color: #45A90E;
}
</style>
background-color css
<style>
a { background-color: #45A90E; }
a { background-color: rgb(69,169,14); }
div.DivClassName
{
background-color: #45A90E;
}
.BgClassName
{
background-color: #45A90E;
}
</style>
border-color css
<style>
span { border-color: #45A90E; }
span { border-color: rgb(69,169,14); }
td.TdClassName
{
border-color: #45A90E;
}
.TagClassName
{
border-color: #45A90E;
}
</style>