#50AC06

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

Shades of Kelly Green #50AC06

Tints of Kelly Green #50AC06

Color information

#50AC06 (or 0x50AC06) is unknown color: approx Kelly Green. HEX triplet: 50, AC and 06. RGB value is (80,172,6). Sum of RGB (Red+Green+Blue) = 80+172+6=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 172 (67.58% from 255 or 66.67% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AC06 is #AF53F9. Grayscale: #7E7E7E. Windows color (decimal): -11490298 or 437328. OLE color: 437328.

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

Color convert

RGB801726-
CMYK0.5300.970.33
HSL93.25º93.26%34.9%-
HSV(B)93.25º96.51%67.45%-
XYZ18.0931.225.25-
YUV125.5760.5295.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 172 (67.58% from 255) = 66.67%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=31.01%
G=66.67%
B=2.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8017260.5300.970.3393.2593.2634.9
Hex50AC635061215d5d23
Octal12025466501414113513543
Binary1010000101011001101101010110000110000110111011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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