#50aa19

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

Shades of Kelly Green #50AA19

Tints of Kelly Green #50AA19

Color information

#50AA19 (or 0x50AA19) is unknown color: approx Kelly Green. HEX triplet: 50, AA and 19. RGB value is (80,170,25). Sum of RGB (Red+Green+Blue) = 80+170+25=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 170 (66.80% from 255 or 61.82% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AA19 is #AF55E6. Grayscale: #7F7F7F. Windows color (decimal): -11490791 or 1682000. OLE color: 1682000.

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

Color convert

RGB8017025-
CMYK0.5300.850.33
HSL97.24º74.36%38.24%-
HSV(B)97.24º85.29%66.67%-
XYZ17.8630.535.87-
YUV126.5670.6894.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 170 (66.80% from 255) = 61.82%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=29.09%
G=61.82%
B=9.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80170250.5300.850.3397.2474.3638.24
Hex50AA193505521614a26
Octal120252316501254114111246
Binary101000010101010110011101010101010110000111000011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50aa19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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