#5cac4e

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

Shades of Apple #5CAC4E

Tints of Apple #5CAC4E

Color information

#5CAC4E (or 0x5CAC4E) is unknown color: approx Apple. HEX triplet: 5C, AC and 4E. RGB value is (92,172,78). Sum of RGB (Red+Green+Blue) = 92+172+78=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC4E is #A353B1. Grayscale: #898989. Windows color (decimal): -10703794 or 5155932. OLE color: 5155932.

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

Color convert

RGB9217278-
CMYK0.4700.550.33
HSL111.06º37.6%49.02%-
HSV(B)111.06º54.65%67.45%-
XYZ20.5432.3312.37-
YUV137.3694.595.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.90%
GREEN value IS 172 (67.58% from 255) = 50.29%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=26.90%
G=50.29%
B=22.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92172780.4700.550.33111.0637.649.02
Hex5CAC4E2F037216f2631
Octal13425411657067411574661
Binary101110010101100100111010111101101111000011101111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cac4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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