#50AC0F

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

Shades of Kelly Green #50AC0F

Tints of Kelly Green #50AC0F

Color information

#50AC0F (or 0x50AC0F) is unknown color: approx Kelly Green. HEX triplet: 50, AC and 0F. RGB value is (80,172,15). Sum of RGB (Red+Green+Blue) = 80+172+15=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 172 (67.58% from 255 or 64.42% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AC0F is #AF53F0. Grayscale: #7F7F7F. Windows color (decimal): -11490289 or 1027152. OLE color: 1027152.

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

Color convert

RGB8017215-
CMYK0.5300.910.33
HSL95.16º83.96%36.67%-
HSV(B)95.16º91.28%67.45%-
XYZ18.1531.255.53-
YUV126.5965.0294.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 172 (67.58% from 255) = 64.42%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=29.96%
G=64.42%
B=5.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80172150.5300.910.3395.1683.9636.67
Hex50ACF3505B215f5425
Octal120254176501334113712445
Binary10100001010110011111101010101101110000110111111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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