#5A9F41

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

Shades of Apple #5A9F41

Tints of Apple #5A9F41

Color information

#5A9F41 (or 0x5A9F41) is unknown color: approx Apple. HEX triplet: 5A, 9F and 41. RGB value is (90,159,65). Sum of RGB (Red+Green+Blue) = 90+159+65=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #5A9F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9F41 is #A560BE. Grayscale: #7F7F7F. Windows color (decimal): -10838207 or 4300634. OLE color: 4300634.

HSL color Cylindrical-coordinate representation of color #5A9F41: hue angle of 104.04º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A9F41 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB9015965-
CMYK0.4300.590.38
HSL104.04º41.96%43.92%-
HSV(B)104.04º59.12%62.35%-
XYZ17.5727.359.35-
YUV127.6592.64101.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.66%
GREEN value IS 159 (62.5% from 255) = 50.64%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=28.66%
G=50.64%
B=20.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90159650.4300.590.38104.0441.9643.92
Hex5A9F412B03B26682a2c
Octal13223710153073461505254
Binary101101010011111100000110101101110111001101101000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,159,65); }

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

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

 a { background-color: rgb(90,159,65); }

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

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

 span { border-color: rgb(90,159,65); }

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