#5A9940

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

Shades of Apple #5A9940

Tints of Apple #5A9940

Color information

#5A9940 (or 0x5A9940) is unknown color: approx Apple. HEX triplet: 5A, 99 and 40. RGB value is (90,153,64). Sum of RGB (Red+Green+Blue) = 90+153+64=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #5A9940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9940 is #A566BF. Grayscale: #7C7C7C. Windows color (decimal): -10839744 or 4233562. OLE color: 4233562.

HSL color Cylindrical-coordinate representation of color #5A9940: hue angle of 102.47º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A9940 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB9015364-
CMYK0.4100.580.4
HSL102.47º41.01%42.55%-
HSV(B)102.47º58.17%60%-
XYZ16.5325.338.87-
YUV124.0294.13103.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.32%
GREEN value IS 153 (60.16% from 255) = 49.84%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=29.32%
G=49.84%
B=20.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal90153640.4100.580.4102.4741.0142.55
Hex5A99402903A2866292b
Octal13223110051072501465153
Binary101101010011001100000010100101110101010001100110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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