Shades of Kelly Green #45AB10
Tints of Kelly Green #45AB10
RGB
CMYK
RGB Variations
Color information
#45AB10 (or 0x45AB10) is known color: Kelly Green. HEX triplet: 45, AB and 10. RGB value is (69,171,16). Sum of RGB (Red+Green+Blue) = 69+171+16=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AB10 is #BA54EF. Grayscale: #7B7B7B. Windows color (decimal): -12211440 or 1092421. OLE color: 1092421.
HSL color Cylindrical-coordinate representation of color #45AB10: hue angle of 99.48º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45AB10 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 16 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.33 |
| HSL | 99.48º | 0.83% | 0.37% | - |
| HSV(B) | 99.48º | 0.91% | 0.67% | - |
| XYZ | 17.11 | 30.43 | 5.46 | - |
| YUV | 122.83 | 67.71 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 16 | 0.60 | 0 | 0.91 | 0.33 | 99.48 | 0.83 | 0.37 |
| Hex | 45 | AB | 10 | 3C | 0 | 5B | 21 | 63 | 53 | 25 |
| Octal | 105 | 253 | 20 | 74 | 0 | 133 | 41 | 143 | 123 | 45 |
| Binary | 1000101 | 10101011 | 10000 | 111100 | 0 | 1011011 | 100001 | 1100011 | 1010011 | 100101 |
Color Harmonies of #45AB10
Complementary color
Monochromatic Colors of #45AB10
Black with #45AB10
Text Example
Text Example
White with #45AB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB10; }
p { color: rgb(69,171,16); }
H1.HeaderClassName
{
color: #45AB10;
}
.AnyTagClassName
{
color: #45AB10;
}
</style>
background-color css
<style>
a { background-color: #45AB10; }
a { background-color: rgb(69,171,16); }
div.DivClassName
{
background-color: #45AB10;
}
.BgClassName
{
background-color: #45AB10;
}
</style>
border-color css
<style>
span { border-color: #45AB10; }
span { border-color: rgb(69,171,16); }
td.TdClassName
{
border-color: #45AB10;
}
.TagClassName
{
border-color: #45AB10;
}
</style>