#50AA15

Color #50AA15 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50AA15

Tints of Kelly Green #50AA15

Color information

#50AA15 (or 0x50AA15) is unknown color: approx Kelly Green. HEX triplet: 50, AA and 15. RGB value is (80,170,21). Sum of RGB (Red+Green+Blue) = 80+170+21=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AA15 is #AF55EA. Grayscale: #7E7E7E. Windows color (decimal): -11490795 or 1419856. OLE color: 1419856.

HSL color Cylindrical-coordinate representation of color #50AA15: hue angle of 96.24º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50AA15 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB8017021-
CMYK0.5300.880.33
HSL96.24º78.01%37.45%-
HSV(B)96.24º87.65%66.67%-
XYZ17.8230.515.66-
YUV126.168.6895.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 170 (66.80% from 255) = 62.73%
BLUE value IS 21 (8.59% from 255) = 7.75%
R=29.52%
G=62.73%
B=7.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80170210.5300.880.3396.2478.0137.45
Hex50AA153505821604e25
Octal120252256501304114011645
Binary101000010101010101011101010101100010000111000001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AA15; }

 p { color: rgb(80,170,21); }

 H1.HeaderClassName
 {
   color: #50AA15;
 }
 .AnyTagClassName
 {
   color: #50AA15;
 }
</style>
background-color css

<style>
 a { background-color: #50AA15; }

 a { background-color: rgb(80,170,21); }

 div.DivClassName
 {
   background-color: #50AA15;
 }
 .BgClassName
 {
   background-color: #50AA15;
 }
</style>
border-color css

<style>
 span { border-color: #50AA15; }

 span { border-color: rgb(80,170,21); }

 td.TdClassName
 {
   border-color: #50AA15;
 }
 .TagClassName
 {
   border-color: #50AA15;
 }
</style>