#50AA1B

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

Shades of Kelly Green #50AA1B

Tints of Kelly Green #50AA1B

Color information

#50AA1B (or 0x50AA1B) is unknown color: approx Kelly Green. HEX triplet: 50, AA and 1B. RGB value is (80,170,27). Sum of RGB (Red+Green+Blue) = 80+170+27=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AA1B is #AF55E4. Grayscale: #7F7F7F. Windows color (decimal): -11490789 or 1813072. OLE color: 1813072.

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

Color convert

RGB8017027-
CMYK0.5300.840.33
HSL97.76º72.59%38.63%-
HSV(B)97.76º84.12%66.67%-
XYZ17.8830.535.99-
YUV126.7971.6894.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 170 (66.80% from 255) = 61.37%
BLUE value IS 27 (10.94% from 255) = 9.75%
R=28.88%
G=61.37%
B=9.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80170270.5300.840.3397.7672.5938.63
Hex50AA1B3505421624927
Octal120252336501244114211147
Binary101000010101010110111101010101010010000111000101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,170,27); }

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

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

 a { background-color: rgb(80,170,27); }

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

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

 span { border-color: rgb(80,170,27); }

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