#50aa3a

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

Shades of Apple #50AA3A

Tints of Apple #50AA3A

Color information

#50AA3A (or 0x50AA3A) is unknown color: approx Apple. HEX triplet: 50, AA and 3A. RGB value is (80,170,58). Sum of RGB (Red+Green+Blue) = 80+170+58=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AA3A is #AF55C5. Grayscale: #828282. Windows color (decimal): -11490758 or 3844688. OLE color: 3844688.

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

Color convert

RGB8017058-
CMYK0.5300.660.33
HSL108.21º49.12%44.71%-
HSV(B)108.21º65.88%66.67%-
XYZ18.4530.768.97-
YUV130.3287.1892.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 170 (66.80% from 255) = 55.19%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=25.97%
G=55.19%
B=18.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80170580.5300.660.33108.2149.1244.71
Hex50AA3A35042216c312d
Octal12025272650102411546155
Binary101000010101010111010110101010000101000011101100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50aa3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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