#5AC649

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

Shades of Apple #5AC649

Tints of Apple #5AC649

Color information

#5AC649 (or 0x5AC649) is unknown color: approx Apple. HEX triplet: 5A, C6 and 49. RGB value is (90,198,73). Sum of RGB (Red+Green+Blue) = 90+198+73=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC649 is #A539B6. Grayscale: #979797. Windows color (decimal): -10828215 or 4834906. OLE color: 4834906.

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

Color convert

RGB9019873-
CMYK0.5500.630.22
HSL111.84º52.3%53.14%-
HSV(B)111.84º63.13%77.65%-
XYZ25.6143.0413.26-
YUV151.4683.7284.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.93%
GREEN value IS 198 (77.73% from 255) = 54.85%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=24.93%
G=54.85%
B=20.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal90198730.5500.630.22111.8452.353.14
Hex5AC6493703F16703435
Octal13230611167077261606465
Binary10110101100011010010011101110111111101101110000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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