Shades of Kelly Green #45A90C
Tints of Kelly Green #45A90C
RGB
CMYK
RGB Variations
Color information
#45A90C (or 0x45A90C) is known color: Kelly Green. HEX triplet: 45, A9 and 0C. RGB value is (69,169,12). Sum of RGB (Red+Green+Blue) = 69+169+12=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 169 (66.41% from 255 or 67.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 169 - color contains mainly: green. Hex color #45A90C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A90C is #BA56F3. Grayscale: #797979. Windows color (decimal): -12211956 or 829765. OLE color: 829765.
HSL color Cylindrical-coordinate representation of color #45A90C: hue angle of 98.22º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45A90C is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 169 | 12 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.34 |
| HSL | 98.22º | 0.87% | 0.35% | - |
| HSV(B) | 98.22º | 0.93% | 0.66% | - |
| XYZ | 16.71 | 29.67 | 5.19 | - |
| YUV | 121.2 | 66.37 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 169 | 12 | 0.59 | 0 | 0.93 | 0.34 | 98.22 | 0.87 | 0.35 |
| Hex | 45 | A9 | C | 3B | 0 | 5D | 22 | 62 | 57 | 23 |
| Octal | 105 | 251 | 14 | 73 | 0 | 135 | 42 | 142 | 127 | 43 |
| Binary | 1000101 | 10101001 | 1100 | 111011 | 0 | 1011101 | 100010 | 1100010 | 1010111 | 100011 |
Color Harmonies of #45A90C
Complementary color
Monochromatic Colors of #45A90C
Black with #45A90C
Text Example
Text Example
White with #45A90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A90C; }
p { color: rgb(69,169,12); }
H1.HeaderClassName
{
color: #45A90C;
}
.AnyTagClassName
{
color: #45A90C;
}
</style>
background-color css
<style>
a { background-color: #45A90C; }
a { background-color: rgb(69,169,12); }
div.DivClassName
{
background-color: #45A90C;
}
.BgClassName
{
background-color: #45A90C;
}
</style>
border-color css
<style>
span { border-color: #45A90C; }
span { border-color: rgb(69,169,12); }
td.TdClassName
{
border-color: #45A90C;
}
.TagClassName
{
border-color: #45A90C;
}
</style>