#5AC049

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

Shades of Apple #5AC049

Tints of Apple #5AC049

Color information

#5AC049 (or 0x5AC049) is unknown color: approx Apple. HEX triplet: 5A, C0 and 49. RGB value is (90,192,73). Sum of RGB (Red+Green+Blue) = 90+192+73=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC049 is #A53FB6. Grayscale: #949494. Windows color (decimal): -10829751 or 4833370. OLE color: 4833370.

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

Color convert

RGB9019273-
CMYK0.5300.620.25
HSL111.43º48.57%51.96%-
HSV(B)111.43º61.98%75.29%-
XYZ24.2740.3512.81-
YUV147.9485.7186.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 192 (75.39% from 255) = 54.08%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=25.35%
G=54.08%
B=20.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90192730.5300.620.25111.4348.5751.96
Hex5AC0493503E196f3134
Octal13230011165076311576164
Binary10110101100000010010011101010111110110011101111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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