#50A309

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

Shades of Kelly Green #50A309

Tints of Kelly Green #50A309

Color information

#50A309 (or 0x50A309) is unknown color: approx Kelly Green. HEX triplet: 50, A3 and 09. RGB value is (80,163,9). Sum of RGB (Red+Green+Blue) = 80+163+9=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 163 (64.06% from 255 or 64.68% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 163 - color contains mainly: green. Hex color #50A309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A309 is #AF5CF6. Grayscale: #797979. Windows color (decimal): -11492599 or 631632. OLE color: 631632.

HSL color Cylindrical-coordinate representation of color #50A309: hue angle of 92.34º degrees, saturation: 0.9, 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 #50A309 is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB801639-
CMYK0.5100.940.36
HSL92.34º89.53%33.73%-
HSV(B)92.34º94.48%63.92%-
XYZ16.4527.924.78-
YUV120.636599.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.75%
GREEN value IS 163 (64.06% from 255) = 64.68%
BLUE value IS 9 (3.91% from 255) = 3.57%
R=31.75%
G=64.68%
B=3.57%

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
Decimal8016390.5100.940.3692.3489.5333.73
Hex50A393305E245c5a22
Octal120243116301364413413242
Binary10100001010001110011100110101111010010010111001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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