Shades of Kelly Green #45A906
Tints of Kelly Green #45A906
RGB
CMYK
RGB Variations
Color information
#45A906 (or 0x45A906) is known color: Kelly Green. HEX triplet: 45, A9 and 06. RGB value is (69,169,6). Sum of RGB (Red+Green+Blue) = 69+169+6=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 169 (66.41% from 255 or 69.26% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 169 - color contains mainly: green. Hex color #45A906 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A906 is #BA56F9. Grayscale: #797979. Windows color (decimal): -12211962 or 436549. OLE color: 436549.
HSL color Cylindrical-coordinate representation of color #45A906: hue angle of 96.81º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45A906 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 169 | 6 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.34 |
| HSL | 96.81º | 0.93% | 0.34% | - |
| HSV(B) | 96.81º | 0.96% | 0.66% | - |
| XYZ | 16.68 | 29.65 | 5.02 | - |
| YUV | 120.52 | 63.37 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 169 | 6 | 0.59 | 0 | 0.96 | 0.34 | 96.81 | 0.93 | 0.34 |
| Hex | 45 | A9 | 6 | 3B | 0 | 60 | 22 | 61 | 5D | 22 |
| Octal | 105 | 251 | 6 | 73 | 0 | 140 | 42 | 141 | 135 | 42 |
| Binary | 1000101 | 10101001 | 110 | 111011 | 0 | 1100000 | 100010 | 1100001 | 1011101 | 100010 |
Color Harmonies of #45A906
Complementary color
Monochromatic Colors of #45A906
Black with #45A906
Text Example
Text Example
White with #45A906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A906; }
p { color: rgb(69,169,6); }
H1.HeaderClassName
{
color: #45A906;
}
.AnyTagClassName
{
color: #45A906;
}
</style>
background-color css
<style>
a { background-color: #45A906; }
a { background-color: rgb(69,169,6); }
div.DivClassName
{
background-color: #45A906;
}
.BgClassName
{
background-color: #45A906;
}
</style>
border-color css
<style>
span { border-color: #45A906; }
span { border-color: rgb(69,169,6); }
td.TdClassName
{
border-color: #45A906;
}
.TagClassName
{
border-color: #45A906;
}
</style>