#5AC650

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

Shades of Apple #5AC650

Tints of Apple #5AC650

Color information

#5AC650 (or 0x5AC650) is unknown color: approx Apple. HEX triplet: 5A, C6 and 50. RGB value is (90,198,80). Sum of RGB (Red+Green+Blue) = 90+198+80=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC650 is #A539AF. Grayscale: #989898. Windows color (decimal): -10828208 or 5293658. OLE color: 5293658.

HSL color Cylindrical-coordinate representation of color #5AC650: hue angle of 114.92º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AC650 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB9019880-
CMYK0.5500.600.22
HSL114.92º50.86%54.51%-
HSV(B)114.92º59.6%77.65%-
XYZ25.8643.1414.55-
YUV152.2687.2283.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.46%
GREEN value IS 198 (77.73% from 255) = 53.80%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=24.46%
G=53.80%
B=21.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal90198800.5500.600.22114.9250.8654.51
Hex5AC6503703C16733337
Octal13230612067074261636367
Binary10110101100011010100001101110111100101101110011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,198,80); }

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

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

 a { background-color: rgb(90,198,80); }

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

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

 span { border-color: rgb(90,198,80); }

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