#5ac040

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

Shades of Apple #5AC040

Tints of Apple #5AC040

Color information

#5AC040 (or 0x5AC040) is unknown color: approx Apple. HEX triplet: 5A, C0 and 40. RGB value is (90,192,64). Sum of RGB (Red+Green+Blue) = 90+192+64=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC040 is #A53FBF. Grayscale: #939393. Windows color (decimal): -10829760 or 4243546. OLE color: 4243546.

HSL color Cylindrical-coordinate representation of color #5AC040: hue angle of 107.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AC040 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB9019264-
CMYK0.5300.670.25
HSL107.81º50.39%50.2%-
HSV(B)107.81º66.67%75.29%-
XYZ23.9940.2411.35-
YUV146.9181.2187.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.01%
GREEN value IS 192 (75.39% from 255) = 55.49%
BLUE value IS 64 (25.39% from 255) = 18.50%
R=26.01%
G=55.49%
B=18.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90192640.5300.670.25107.8150.3950.2
Hex5AC04035043196c3232
Octal132300100650103311546262
Binary101101011000000100000011010101000011110011101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ac040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,192,64); }

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

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

 a { background-color: rgb(90,192,64); }

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

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

 span { border-color: rgb(90,192,64); }

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