Shades of Kelly Green #45AA02
Tints of Kelly Green #45AA02
RGB
CMYK
RGB Variations
Color information
#45AA02 (or 0x45AA02) is known color: Kelly Green. HEX triplet: 45, AA and 02. RGB value is (69,170,2). Sum of RGB (Red+Green+Blue) = 69+170+2=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AA02 is #BA55FD. Grayscale: #797979. Windows color (decimal): -12211710 or 174661. OLE color: 174661.
HSL color Cylindrical-coordinate representation of color #45AA02: hue angle of 96.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45AA02 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 170 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.33 |
| HSL | 96.07º | 0.98% | 0.34% | - |
| HSV(B) | 96.07º | 0.99% | 0.67% | - |
| XYZ | 16.84 | 30.02 | 4.96 | - |
| YUV | 120.65 | 61.04 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 170 | 2 | 0.59 | 0 | 0.99 | 0.33 | 96.07 | 0.98 | 0.34 |
| Hex | 45 | AA | 2 | 3B | 0 | 63 | 21 | 60 | 62 | 22 |
| Octal | 105 | 252 | 2 | 73 | 0 | 143 | 41 | 140 | 142 | 42 |
| Binary | 1000101 | 10101010 | 10 | 111011 | 0 | 1100011 | 100001 | 1100000 | 1100010 | 100010 |
Color Harmonies of #45AA02
Complementary color
Monochromatic Colors of #45AA02
Black with #45AA02
Text Example
Text Example
White with #45AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AA02; }
p { color: rgb(69,170,2); }
H1.HeaderClassName
{
color: #45AA02;
}
.AnyTagClassName
{
color: #45AA02;
}
</style>
background-color css
<style>
a { background-color: #45AA02; }
a { background-color: rgb(69,170,2); }
div.DivClassName
{
background-color: #45AA02;
}
.BgClassName
{
background-color: #45AA02;
}
</style>
border-color css
<style>
span { border-color: #45AA02; }
span { border-color: rgb(69,170,2); }
td.TdClassName
{
border-color: #45AA02;
}
.TagClassName
{
border-color: #45AA02;
}
</style>