Shades of Kelly Green #45A009
Tints of Kelly Green #45A009
RGB
CMYK
RGB Variations
Color information
#45A009 (or 0x45A009) is known color: Kelly Green. HEX triplet: 45, A0 and 09. RGB value is (69,160,9). Sum of RGB (Red+Green+Blue) = 69+160+9=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 160 (62.89% from 255 or 67.23% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 160 - color contains mainly: green. Hex color #45A009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A009 is #BA5FF6. Grayscale: #747474. Windows color (decimal): -12214263 or 630853. OLE color: 630853.
HSL color Cylindrical-coordinate representation of color #45A009: hue angle of 96.16º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45A009 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 160 | 9 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.37 |
| HSL | 96.16º | 0.89% | 0.33% | - |
| HSV(B) | 96.16º | 0.94% | 0.63% | - |
| XYZ | 15.07 | 26.43 | 4.56 | - |
| YUV | 115.58 | 67.85 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 160 | 9 | 0.57 | 0 | 0.94 | 0.37 | 96.16 | 0.89 | 0.33 |
| Hex | 45 | A0 | 9 | 39 | 0 | 5E | 25 | 60 | 59 | 21 |
| Octal | 105 | 240 | 11 | 71 | 0 | 136 | 45 | 140 | 131 | 41 |
| Binary | 1000101 | 10100000 | 1001 | 111001 | 0 | 1011110 | 100101 | 1100000 | 1011001 | 100001 |
Color Harmonies of #45A009
Complementary color
Monochromatic Colors of #45A009
Black with #45A009
Text Example
Text Example
White with #45A009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A009; }
p { color: rgb(69,160,9); }
H1.HeaderClassName
{
color: #45A009;
}
.AnyTagClassName
{
color: #45A009;
}
</style>
background-color css
<style>
a { background-color: #45A009; }
a { background-color: rgb(69,160,9); }
div.DivClassName
{
background-color: #45A009;
}
.BgClassName
{
background-color: #45A009;
}
</style>
border-color css
<style>
span { border-color: #45A009; }
span { border-color: rgb(69,160,9); }
td.TdClassName
{
border-color: #45A009;
}
.TagClassName
{
border-color: #45A009;
}
</style>