Shades of Kelly Green #45A20E
Tints of Kelly Green #45A20E
RGB
CMYK
RGB Variations
Color information
#45A20E (or 0x45A20E) is known color: Kelly Green. HEX triplet: 45, A2 and 0E. RGB value is (69,162,14). Sum of RGB (Red+Green+Blue) = 69+162+14=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #45A20E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A20E is #BA5DF1. Grayscale: #757575. Windows color (decimal): -12213746 or 959045. OLE color: 959045.
HSL color Cylindrical-coordinate representation of color #45A20E: hue angle of 97.7º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45A20E is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 162 | 14 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.36 |
| HSL | 97.7º | 0.84% | 0.35% | - |
| HSV(B) | 97.7º | 0.91% | 0.64% | - |
| XYZ | 15.45 | 27.14 | 4.84 | - |
| YUV | 117.32 | 69.69 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 162 | 14 | 0.57 | 0 | 0.91 | 0.36 | 97.7 | 0.84 | 0.35 |
| Hex | 45 | A2 | E | 39 | 0 | 5B | 24 | 62 | 54 | 23 |
| Octal | 105 | 242 | 16 | 71 | 0 | 133 | 44 | 142 | 124 | 43 |
| Binary | 1000101 | 10100010 | 1110 | 111001 | 0 | 1011011 | 100100 | 1100010 | 1010100 | 100011 |
Color Harmonies of #45A20E
Complementary color
Monochromatic Colors of #45A20E
Black with #45A20E
Text Example
Text Example
White with #45A20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A20E; }
p { color: rgb(69,162,14); }
H1.HeaderClassName
{
color: #45A20E;
}
.AnyTagClassName
{
color: #45A20E;
}
</style>
background-color css
<style>
a { background-color: #45A20E; }
a { background-color: rgb(69,162,14); }
div.DivClassName
{
background-color: #45A20E;
}
.BgClassName
{
background-color: #45A20E;
}
</style>
border-color css
<style>
span { border-color: #45A20E; }
span { border-color: rgb(69,162,14); }
td.TdClassName
{
border-color: #45A20E;
}
.TagClassName
{
border-color: #45A20E;
}
</style>