Shades of Kelly Green #45AA10
Tints of Kelly Green #45AA10
RGB
CMYK
RGB Variations
Color information
#45AA10 (or 0x45AA10) is known color: Kelly Green. HEX triplet: 45, AA and 10. RGB value is (69,170,16). Sum of RGB (Red+Green+Blue) = 69+170+16=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 170 (66.80% from 255 or 66.67% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AA10 is #BA55EF. Grayscale: #7A7A7A. Windows color (decimal): -12211696 or 1092165. OLE color: 1092165.
HSL color Cylindrical-coordinate representation of color #45AA10: hue angle of 99.35º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45AA10 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 170 | 16 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.33 |
| HSL | 99.35º | 0.83% | 0.36% | - |
| HSV(B) | 99.35º | 0.91% | 0.67% | - |
| XYZ | 16.92 | 30.05 | 5.4 | - |
| YUV | 122.25 | 68.04 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 170 | 16 | 0.59 | 0 | 0.91 | 0.33 | 99.35 | 0.83 | 0.36 |
| Hex | 45 | AA | 10 | 3B | 0 | 5B | 21 | 63 | 53 | 24 |
| Octal | 105 | 252 | 20 | 73 | 0 | 133 | 41 | 143 | 123 | 44 |
| Binary | 1000101 | 10101010 | 10000 | 111011 | 0 | 1011011 | 100001 | 1100011 | 1010011 | 100100 |
Color Harmonies of #45AA10
Complementary color
Monochromatic Colors of #45AA10
Black with #45AA10
Text Example
Text Example
White with #45AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AA10; }
p { color: rgb(69,170,16); }
H1.HeaderClassName
{
color: #45AA10;
}
.AnyTagClassName
{
color: #45AA10;
}
</style>
background-color css
<style>
a { background-color: #45AA10; }
a { background-color: rgb(69,170,16); }
div.DivClassName
{
background-color: #45AA10;
}
.BgClassName
{
background-color: #45AA10;
}
</style>
border-color css
<style>
span { border-color: #45AA10; }
span { border-color: rgb(69,170,16); }
td.TdClassName
{
border-color: #45AA10;
}
.TagClassName
{
border-color: #45AA10;
}
</style>