#5AC53F

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

Shades of Apple #5AC53F

Tints of Apple #5AC53F

Color information

#5AC53F (or 0x5AC53F) is unknown color: approx Apple. HEX triplet: 5A, C5 and 3F. RGB value is (90,197,63). Sum of RGB (Red+Green+Blue) = 90+197+63=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC53F is #A53AC0. Grayscale: #969696. Windows color (decimal): -10828481 or 4179290. OLE color: 4179290.

HSL color Cylindrical-coordinate representation of color #5AC53F: hue angle of 107.91º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AC53F is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB9019763-
CMYK0.5400.680.23
HSL107.91º53.6%50.98%-
HSV(B)107.91º68.02%77.25%-
XYZ25.0842.4711.58-
YUV149.7379.0585.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.71%
GREEN value IS 197 (77.34% from 255) = 56.29%
BLUE value IS 63 (25% from 255) = 18%
R=25.71%
G=56.29%
B=18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal90197630.5400.680.23107.9153.650.98
Hex5AC53F36044176c3633
Octal13230577660104271546663
Binary10110101100010111111111011001000100101111101100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,197,63); }

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

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

 a { background-color: rgb(90,197,63); }

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

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

 span { border-color: rgb(90,197,63); }

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