Shades of Kelly Green #45AC0A
Tints of Kelly Green #45AC0A
RGB
CMYK
RGB Variations
Color information
#45AC0A (or 0x45AC0A) is known color: Kelly Green. HEX triplet: 45, AC and 0A. RGB value is (69,172,10). Sum of RGB (Red+Green+Blue) = 69+172+10=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 172 (67.58% from 255 or 68.53% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 172 - color contains mainly: green. Hex color #45AC0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AC0A is #BA53F5. Grayscale: #7B7B7B. Windows color (decimal): -12211190 or 699461. OLE color: 699461.
HSL color Cylindrical-coordinate representation of color #45AC0A: hue angle of 98.15º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45AC0A is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 172 | 10 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.33 |
| HSL | 98.15º | 0.89% | 0.36% | - |
| HSV(B) | 98.15º | 0.94% | 0.67% | - |
| XYZ | 17.26 | 30.79 | 5.32 | - |
| YUV | 122.74 | 64.38 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 172 | 10 | 0.60 | 0 | 0.94 | 0.33 | 98.15 | 0.89 | 0.36 |
| Hex | 45 | AC | A | 3C | 0 | 5E | 21 | 62 | 59 | 24 |
| Octal | 105 | 254 | 12 | 74 | 0 | 136 | 41 | 142 | 131 | 44 |
| Binary | 1000101 | 10101100 | 1010 | 111100 | 0 | 1011110 | 100001 | 1100010 | 1011001 | 100100 |
Color Harmonies of #45AC0A
Complementary color
Monochromatic Colors of #45AC0A
Black with #45AC0A
Text Example
Text Example
White with #45AC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AC0A; }
p { color: rgb(69,172,10); }
H1.HeaderClassName
{
color: #45AC0A;
}
.AnyTagClassName
{
color: #45AC0A;
}
</style>
background-color css
<style>
a { background-color: #45AC0A; }
a { background-color: rgb(69,172,10); }
div.DivClassName
{
background-color: #45AC0A;
}
.BgClassName
{
background-color: #45AC0A;
}
</style>
border-color css
<style>
span { border-color: #45AC0A; }
span { border-color: rgb(69,172,10); }
td.TdClassName
{
border-color: #45AC0A;
}
.TagClassName
{
border-color: #45AC0A;
}
</style>