Shades of Kelly Green #45AC14
Tints of Kelly Green #45AC14
RGB
CMYK
RGB Variations
Color information
#45AC14 (or 0x45AC14) is known color: Kelly Green. HEX triplet: 45, AC and 14. RGB value is (69,172,20). Sum of RGB (Red+Green+Blue) = 69+172+20=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 172 (67.58% from 255 or 65.90% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 172 - color contains mainly: green. Hex color #45AC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AC14 is #BA53EB. Grayscale: #7C7C7C. Windows color (decimal): -12211180 or 1354821. OLE color: 1354821.
HSL color Cylindrical-coordinate representation of color #45AC14: hue angle of 100.66º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45AC14 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 172 | 20 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.33 |
| HSL | 100.66º | 0.79% | 0.38% | - |
| HSV(B) | 100.66º | 0.88% | 0.67% | - |
| XYZ | 17.33 | 30.82 | 5.7 | - |
| YUV | 123.88 | 69.38 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 172 | 20 | 0.60 | 0 | 0.88 | 0.33 | 100.66 | 0.79 | 0.38 |
| Hex | 45 | AC | 14 | 3C | 0 | 58 | 21 | 65 | 4F | 26 |
| Octal | 105 | 254 | 24 | 74 | 0 | 130 | 41 | 145 | 117 | 46 |
| Binary | 1000101 | 10101100 | 10100 | 111100 | 0 | 1011000 | 100001 | 1100101 | 1001111 | 100110 |
Color Harmonies of #45AC14
Complementary color
Monochromatic Colors of #45AC14
Black with #45AC14
Text Example
Text Example
White with #45AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AC14; }
p { color: rgb(69,172,20); }
H1.HeaderClassName
{
color: #45AC14;
}
.AnyTagClassName
{
color: #45AC14;
}
</style>
background-color css
<style>
a { background-color: #45AC14; }
a { background-color: rgb(69,172,20); }
div.DivClassName
{
background-color: #45AC14;
}
.BgClassName
{
background-color: #45AC14;
}
</style>
border-color css
<style>
span { border-color: #45AC14; }
span { border-color: rgb(69,172,20); }
td.TdClassName
{
border-color: #45AC14;
}
.TagClassName
{
border-color: #45AC14;
}
</style>