#50A612

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

Shades of Kelly Green #50A612

Tints of Kelly Green #50A612

Color information

#50A612 (or 0x50A612) is unknown color: approx Kelly Green. HEX triplet: 50, A6 and 12. RGB value is (80,166,18). Sum of RGB (Red+Green+Blue) = 80+166+18=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 166 (65.23% from 255 or 62.88% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 166 - color contains mainly: green. Hex color #50A612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A612 is #AF59ED. Grayscale: #7B7B7B. Windows color (decimal): -11491822 or 1222224. OLE color: 1222224.

HSL color Cylindrical-coordinate representation of color #50A612: hue angle of 94.86º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50A612 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB8016618-
CMYK0.5200.890.35
HSL94.86º80.43%36.08%-
HSV(B)94.86º89.16%65.1%-
XYZ17.0529.025.28-
YUV123.4168.5197.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 166 (65.23% from 255) = 62.88%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=30.30%
G=62.88%
B=6.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal80166180.5200.890.3594.8680.4336.08
Hex50A61234059235f5024
Octal120246226401314313712044
Binary101000010100110100101101000101100110001110111111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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