Shades of Kelly Green #45AF16
Tints of Kelly Green #45AF16
RGB
CMYK
RGB Variations
Color information
#45AF16 (or 0x45AF16) is known color: Kelly Green. HEX triplet: 45, AF and 16. RGB value is (69,175,22). Sum of RGB (Red+Green+Blue) = 69+175+22=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 175 (68.75% from 255 or 65.79% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AF16 is #BA50E9. Grayscale: #7E7E7E. Windows color (decimal): -12210410 or 1486661. OLE color: 1486661.
HSL color Cylindrical-coordinate representation of color #45AF16: hue angle of 101.57º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45AF16 is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 175 | 22 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.31 |
| HSL | 101.57º | 0.78% | 0.39% | - |
| HSV(B) | 101.57º | 0.87% | 0.69% | - |
| XYZ | 17.93 | 31.98 | 5.99 | - |
| YUV | 125.86 | 69.38 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 175 | 22 | 0.61 | 0 | 0.87 | 0.31 | 101.57 | 0.78 | 0.39 |
| Hex | 45 | AF | 16 | 3D | 0 | 57 | 1F | 66 | 4E | 27 |
| Octal | 105 | 257 | 26 | 75 | 0 | 127 | 37 | 146 | 116 | 47 |
| Binary | 1000101 | 10101111 | 10110 | 111101 | 0 | 1010111 | 11111 | 1100110 | 1001110 | 100111 |
Color Harmonies of #45AF16
Complementary color
Monochromatic Colors of #45AF16
Black with #45AF16
Text Example
Text Example
White with #45AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AF16; }
p { color: rgb(69,175,22); }
H1.HeaderClassName
{
color: #45AF16;
}
.AnyTagClassName
{
color: #45AF16;
}
</style>
background-color css
<style>
a { background-color: #45AF16; }
a { background-color: rgb(69,175,22); }
div.DivClassName
{
background-color: #45AF16;
}
.BgClassName
{
background-color: #45AF16;
}
</style>
border-color css
<style>
span { border-color: #45AF16; }
span { border-color: rgb(69,175,22); }
td.TdClassName
{
border-color: #45AF16;
}
.TagClassName
{
border-color: #45AF16;
}
</style>