#50AC12

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

Shades of Kelly Green #50AC12

Tints of Kelly Green #50AC12

Color information

#50AC12 (or 0x50AC12) is unknown color: approx Kelly Green. HEX triplet: 50, AC and 12. RGB value is (80,172,18). Sum of RGB (Red+Green+Blue) = 80+172+18=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AC12 is #AF53ED. Grayscale: #7F7F7F. Windows color (decimal): -11490286 or 1223760. OLE color: 1223760.

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

Color convert

RGB8017218-
CMYK0.5300.900.33
HSL95.84º81.05%37.25%-
HSV(B)95.84º89.53%67.45%-
XYZ18.1731.255.65-
YUV126.9466.5294.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 172 (67.58% from 255) = 63.70%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=29.63%
G=63.70%
B=6.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80172180.5300.900.3395.8481.0537.25
Hex50AC123505A21605125
Octal120254226501324114012145
Binary101000010101100100101101010101101010000111000001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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