Shades of Kelly Green #45AF12
Tints of Kelly Green #45AF12
RGB
CMYK
RGB Variations
Color information
#45AF12 (or 0x45AF12) is known color: Kelly Green. HEX triplet: 45, AF and 12. RGB value is (69,175,18). Sum of RGB (Red+Green+Blue) = 69+175+18=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AF12 is #BA50ED. Grayscale: #7D7D7D. Windows color (decimal): -12210414 or 1224517. OLE color: 1224517.
HSL color Cylindrical-coordinate representation of color #45AF12: hue angle of 100.51º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45AF12 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 175 | 18 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.31 |
| HSL | 100.51º | 0.81% | 0.38% | - |
| HSV(B) | 100.51º | 0.9% | 0.69% | - |
| XYZ | 17.89 | 31.97 | 5.8 | - |
| YUV | 125.41 | 67.38 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 175 | 18 | 0.61 | 0 | 0.90 | 0.31 | 100.51 | 0.81 | 0.38 |
| Hex | 45 | AF | 12 | 3D | 0 | 5A | 1F | 65 | 51 | 26 |
| Octal | 105 | 257 | 22 | 75 | 0 | 132 | 37 | 145 | 121 | 46 |
| Binary | 1000101 | 10101111 | 10010 | 111101 | 0 | 1011010 | 11111 | 1100101 | 1010001 | 100110 |
Color Harmonies of #45AF12
Complementary color
Monochromatic Colors of #45AF12
Black with #45AF12
Text Example
Text Example
White with #45AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AF12; }
p { color: rgb(69,175,18); }
H1.HeaderClassName
{
color: #45AF12;
}
.AnyTagClassName
{
color: #45AF12;
}
</style>
background-color css
<style>
a { background-color: #45AF12; }
a { background-color: rgb(69,175,18); }
div.DivClassName
{
background-color: #45AF12;
}
.BgClassName
{
background-color: #45AF12;
}
</style>
border-color css
<style>
span { border-color: #45AF12; }
span { border-color: rgb(69,175,18); }
td.TdClassName
{
border-color: #45AF12;
}
.TagClassName
{
border-color: #45AF12;
}
</style>