Shades of Kelly Green #45AC15
Tints of Kelly Green #45AC15
RGB
CMYK
RGB Variations
Color information
#45AC15 (or 0x45AC15) is known color: Kelly Green. HEX triplet: 45, AC and 15. RGB value is (69,172,21). Sum of RGB (Red+Green+Blue) = 69+172+21=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 172 (67.58% from 255 or 65.65% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 172 - color contains mainly: green. Hex color #45AC15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AC15 is #BA53EA. Grayscale: #7C7C7C. Windows color (decimal): -12211179 or 1420357. OLE color: 1420357.
HSL color Cylindrical-coordinate representation of color #45AC15: hue angle of 100.93º degrees, saturation: 0.78, 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 #45AC15 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 172 | 21 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.33 |
| HSL | 100.93º | 0.78% | 0.38% | - |
| HSV(B) | 100.93º | 0.88% | 0.67% | - |
| XYZ | 17.34 | 30.82 | 5.75 | - |
| YUV | 123.99 | 69.88 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 172 | 21 | 0.60 | 0 | 0.88 | 0.33 | 100.93 | 0.78 | 0.38 |
| Hex | 45 | AC | 15 | 3C | 0 | 58 | 21 | 65 | 4E | 26 |
| Octal | 105 | 254 | 25 | 74 | 0 | 130 | 41 | 145 | 116 | 46 |
| Binary | 1000101 | 10101100 | 10101 | 111100 | 0 | 1011000 | 100001 | 1100101 | 1001110 | 100110 |
Color Harmonies of #45AC15
Complementary color
Monochromatic Colors of #45AC15
Black with #45AC15
Text Example
Text Example
White with #45AC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AC15; }
p { color: rgb(69,172,21); }
H1.HeaderClassName
{
color: #45AC15;
}
.AnyTagClassName
{
color: #45AC15;
}
</style>
background-color css
<style>
a { background-color: #45AC15; }
a { background-color: rgb(69,172,21); }
div.DivClassName
{
background-color: #45AC15;
}
.BgClassName
{
background-color: #45AC15;
}
</style>
border-color css
<style>
span { border-color: #45AC15; }
span { border-color: rgb(69,172,21); }
td.TdClassName
{
border-color: #45AC15;
}
.TagClassName
{
border-color: #45AC15;
}
</style>