#50A209

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

Shades of Kelly Green #50A209

Tints of Kelly Green #50A209

Color information

#50A209 (or 0x50A209) is unknown color: approx Kelly Green. HEX triplet: 50, A2 and 09. RGB value is (80,162,9). Sum of RGB (Red+Green+Blue) = 80+162+9=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 162 (63.67% from 255 or 64.54% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 162 - color contains mainly: green. Hex color #50A209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A209 is #AF5DF6. Grayscale: #787878. Windows color (decimal): -11492855 or 631376. OLE color: 631376.

HSL color Cylindrical-coordinate representation of color #50A209: hue angle of 92.16º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50A209 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB801629-
CMYK0.5100.940.36
HSL92.16º89.47%33.53%-
HSV(B)92.16º94.44%63.53%-
XYZ16.2827.574.72-
YUV120.0465.3399.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.87%
GREEN value IS 162 (63.67% from 255) = 64.54%
BLUE value IS 9 (3.91% from 255) = 3.59%
R=31.87%
G=64.54%
B=3.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8016290.5100.940.3692.1689.4733.53
Hex50A293305E245c5922
Octal120242116301364413413142
Binary10100001010001010011100110101111010010010111001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,162,9); }

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

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

 a { background-color: rgb(80,162,9); }

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

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

 span { border-color: rgb(80,162,9); }

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