Shades of Kelly Green #45A600
Tints of Kelly Green #45A600
RGB
CMYK
RGB Variations
Color information
#45A600 (or 0x45A600) is known color: Kelly Green. HEX triplet: 45, A6 and 00. RGB value is (69,166,0). Sum of RGB (Red+Green+Blue) = 69+166+0=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 166 (65.23% from 255 or 70.64% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 166 - color contains mainly: green. Hex color #45A600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45A600 is #BA59FF. Grayscale: #767676. Windows color (decimal): -12212736 or 42565. OLE color: 42565.
HSL color Cylindrical-coordinate representation of color #45A600: hue angle of 95.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45A600 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.35 |
| HSL | 95.06º | 1% | 0.33% | - |
| HSV(B) | 95.06º | 1% | 0.65% | - |
| XYZ | 16.09 | 28.54 | 4.66 | - |
| YUV | 118.07 | 61.36 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 0 | 0.58 | 0 | 1 | 0.35 | 95.06 | 1 | 0.33 |
| Hex | 45 | A6 | 0 | 3A | 0 | 64 | 23 | 5F | 64 | 21 |
| Octal | 105 | 246 | 0 | 72 | 0 | 144 | 43 | 137 | 144 | 41 |
| Binary | 1000101 | 10100110 | 0 | 111010 | 0 | 1100100 | 100011 | 1011111 | 1100100 | 100001 |
Color Harmonies of #45A600
Complementary color
Monochromatic Colors of #45A600
Black with #45A600
Text Example
Text Example
White with #45A600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A600; }
p { color: rgb(69,166,0); }
H1.HeaderClassName
{
color: #45A600;
}
.AnyTagClassName
{
color: #45A600;
}
</style>
background-color css
<style>
a { background-color: #45A600; }
a { background-color: rgb(69,166,0); }
div.DivClassName
{
background-color: #45A600;
}
.BgClassName
{
background-color: #45A600;
}
</style>
border-color css
<style>
span { border-color: #45A600; }
span { border-color: rgb(69,166,0); }
td.TdClassName
{
border-color: #45A600;
}
.TagClassName
{
border-color: #45A600;
}
</style>