#5A9B46

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

Shades of Apple #5A9B46

Tints of Apple #5A9B46

Color information

#5A9B46 (or 0x5A9B46) is unknown color: approx Apple. HEX triplet: 5A, 9B and 46. RGB value is (90,155,70). Sum of RGB (Red+Green+Blue) = 90+155+70=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9B46 is #A564B9. Grayscale: #7E7E7E. Windows color (decimal): -10839226 or 4627290. OLE color: 4627290.

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

Color convert

RGB9015570-
CMYK0.4200.550.39
HSL105.88º37.78%44.12%-
HSV(B)105.88º54.84%60.78%-
XYZ17.0426.069.93-
YUV125.8896.47102.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 70 (27.73% from 255) = 22.22%
R=28.57%
G=49.21%
B=22.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90155700.4200.550.39105.8837.7844.12
Hex5A9B462A037276a262c
Octal13223310652067471524654
Binary101101010011011100011010101001101111001111101010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,155,70); }

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

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

 a { background-color: rgb(90,155,70); }

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

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

 span { border-color: rgb(90,155,70); }

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