Shades of Kelly Green #50AA0F
Tints of Kelly Green #50AA0F
RGB
CMYK
RGB Variations
Color information
#50AA0F (or 0x50AA0F) is known color: Kelly Green. HEX triplet: 50, AA and 0F. RGB value is (80,170,15). Sum of RGB (Red+Green+Blue) = 80+170+15=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AA0F is #AF55F0. Grayscale: #7D7D7D. Windows color (decimal): -11490801 or 1026640. OLE color: 1026640.
HSL color Cylindrical-coordinate representation of color #50AA0F: hue angle of 94.84º degrees, saturation: 0.84, 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 #50AA0F is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 170 | 15 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.33 |
| HSL | 94.84º | 0.84% | 0.36% | - |
| HSV(B) | 94.84º | 0.91% | 0.67% | - |
| XYZ | 17.77 | 30.49 | 5.4 | - |
| YUV | 125.42 | 65.68 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 15 | 0.53 | 0 | 0.91 | 0.33 | 94.84 | 0.84 | 0.36 |
| Hex | 50 | AA | F | 35 | 0 | 5B | 21 | 5F | 54 | 24 |
| Octal | 120 | 252 | 17 | 65 | 0 | 133 | 41 | 137 | 124 | 44 |
| Binary | 1010000 | 10101010 | 1111 | 110101 | 0 | 1011011 | 100001 | 1011111 | 1010100 | 100100 |
Color Harmonies of #50AA0F
Complementary color
Monochromatic Colors of #50AA0F
Black with #50AA0F
Text Example
Text Example
White with #50AA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AA0F; }
p { color: rgb(80,170,15); }
H1.HeaderClassName
{
color: #50AA0F;
}
.AnyTagClassName
{
color: #50AA0F;
}
</style>
background-color css
<style>
a { background-color: #50AA0F; }
a { background-color: rgb(80,170,15); }
div.DivClassName
{
background-color: #50AA0F;
}
.BgClassName
{
background-color: #50AA0F;
}
</style>
border-color css
<style>
span { border-color: #50AA0F; }
span { border-color: rgb(80,170,15); }
td.TdClassName
{
border-color: #50AA0F;
}
.TagClassName
{
border-color: #50AA0F;
}
</style>