#5CAC50

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

Shades of Apple #5CAC50

Tints of Apple #5CAC50

Color information

#5CAC50 (or 0x5CAC50) is unknown color: approx Apple. HEX triplet: 5C, AC and 50. RGB value is (92,172,80). Sum of RGB (Red+Green+Blue) = 92+172+80=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC50 is #A353AF. Grayscale: #898989. Windows color (decimal): -10703792 or 5287004. OLE color: 5287004.

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

Color convert

RGB9217280-
CMYK0.4700.530.33
HSL112.17º36.51%49.41%-
HSV(B)112.17º53.49%67.45%-
XYZ20.6132.3612.75-
YUV137.5995.595.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.74%
GREEN value IS 172 (67.58% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=26.74%
G=50%
B=23.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92172800.4700.530.33112.1736.5149.41
Hex5CAC502F03521702531
Octal13425412057065411604561
Binary101110010101100101000010111101101011000011110000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CAC50; }

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

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

<style>
 a { background-color: #5CAC50; }

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

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

<style>
 span { border-color: #5CAC50; }

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

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