Shades of Kelly Green #45A005
Tints of Kelly Green #45A005
RGB
CMYK
RGB Variations
Color information
#45A005 (or 0x45A005) is known color: Kelly Green. HEX triplet: 45, A0 and 05. RGB value is (69,160,5). Sum of RGB (Red+Green+Blue) = 69+160+5=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 160 (62.89% from 255 or 68.38% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 160 - color contains mainly: green. Hex color #45A005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A005 is #BA5FFA. Grayscale: #737373. Windows color (decimal): -12214267 or 368709. OLE color: 368709.
HSL color Cylindrical-coordinate representation of color #45A005: hue angle of 95.23º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45A005 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 160 | 5 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.37 |
| HSL | 95.23º | 0.94% | 0.32% | - |
| HSV(B) | 95.23º | 0.97% | 0.63% | - |
| XYZ | 15.05 | 26.42 | 4.45 | - |
| YUV | 115.12 | 65.85 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 160 | 5 | 0.57 | 0 | 0.97 | 0.37 | 95.23 | 0.94 | 0.32 |
| Hex | 45 | A0 | 5 | 39 | 0 | 61 | 25 | 5F | 5E | 20 |
| Octal | 105 | 240 | 5 | 71 | 0 | 141 | 45 | 137 | 136 | 40 |
| Binary | 1000101 | 10100000 | 101 | 111001 | 0 | 1100001 | 100101 | 1011111 | 1011110 | 100000 |
Color Harmonies of #45A005
Complementary color
Monochromatic Colors of #45A005
Black with #45A005
Text Example
Text Example
White with #45A005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A005; }
p { color: rgb(69,160,5); }
H1.HeaderClassName
{
color: #45A005;
}
.AnyTagClassName
{
color: #45A005;
}
</style>
background-color css
<style>
a { background-color: #45A005; }
a { background-color: rgb(69,160,5); }
div.DivClassName
{
background-color: #45A005;
}
.BgClassName
{
background-color: #45A005;
}
</style>
border-color css
<style>
span { border-color: #45A005; }
span { border-color: rgb(69,160,5); }
td.TdClassName
{
border-color: #45A005;
}
.TagClassName
{
border-color: #45A005;
}
</style>