#50AC13

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

Shades of Kelly Green #50AC13

Tints of Kelly Green #50AC13

Color information

#50AC13 (or 0x50AC13) is unknown color: approx Kelly Green. HEX triplet: 50, AC and 13. RGB value is (80,172,19). Sum of RGB (Red+Green+Blue) = 80+172+19=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 172 (67.58% from 255 or 63.47% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AC13 is #AF53EC. Grayscale: #7F7F7F. Windows color (decimal): -11490285 or 1289296. OLE color: 1289296.

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

Color convert

RGB8017219-
CMYK0.5300.890.33
HSL96.08º80.1%37.45%-
HSV(B)96.08º88.95%67.45%-
XYZ18.1831.265.69-
YUV127.0567.0294.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 172 (67.58% from 255) = 63.47%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=29.52%
G=63.47%
B=7.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80172190.5300.890.3396.0880.137.45
Hex50AC133505921605025
Octal120254236501314114012045
Binary101000010101100100111101010101100110000111000001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,172,19); }

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

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

 a { background-color: rgb(80,172,19); }

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

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

 span { border-color: rgb(80,172,19); }

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