Shades of Kelly Green #45AC12
Tints of Kelly Green #45AC12
RGB
CMYK
RGB Variations
Color information
#45AC12 (or 0x45AC12) is known color: Kelly Green. HEX triplet: 45, AC and 12. RGB value is (69,172,18). Sum of RGB (Red+Green+Blue) = 69+172+18=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 172 (67.58% from 255 or 66.41% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 172 - color contains mainly: green. Hex color #45AC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AC12 is #BA53ED. Grayscale: #7C7C7C. Windows color (decimal): -12211182 or 1223749. OLE color: 1223749.
HSL color Cylindrical-coordinate representation of color #45AC12: hue angle of 100.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45AC12 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 172 | 18 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.33 |
| HSL | 100.13º | 0.81% | 0.37% | - |
| HSV(B) | 100.13º | 0.9% | 0.67% | - |
| XYZ | 17.32 | 30.81 | 5.61 | - |
| YUV | 123.65 | 68.38 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 172 | 18 | 0.60 | 0 | 0.90 | 0.33 | 100.13 | 0.81 | 0.37 |
| Hex | 45 | AC | 12 | 3C | 0 | 5A | 21 | 64 | 51 | 25 |
| Octal | 105 | 254 | 22 | 74 | 0 | 132 | 41 | 144 | 121 | 45 |
| Binary | 1000101 | 10101100 | 10010 | 111100 | 0 | 1011010 | 100001 | 1100100 | 1010001 | 100101 |
Color Harmonies of #45AC12
Complementary color
Monochromatic Colors of #45AC12
Black with #45AC12
Text Example
Text Example
White with #45AC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AC12; }
p { color: rgb(69,172,18); }
H1.HeaderClassName
{
color: #45AC12;
}
.AnyTagClassName
{
color: #45AC12;
}
</style>
background-color css
<style>
a { background-color: #45AC12; }
a { background-color: rgb(69,172,18); }
div.DivClassName
{
background-color: #45AC12;
}
.BgClassName
{
background-color: #45AC12;
}
</style>
border-color css
<style>
span { border-color: #45AC12; }
span { border-color: rgb(69,172,18); }
td.TdClassName
{
border-color: #45AC12;
}
.TagClassName
{
border-color: #45AC12;
}
</style>