#5AAA4B

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

Shades of Apple #5AAA4B

Tints of Apple #5AAA4B

Color information

#5AAA4B (or 0x5AAA4B) is unknown color: approx Apple. HEX triplet: 5A, AA and 4B. RGB value is (90,170,75). Sum of RGB (Red+Green+Blue) = 90+170+75=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA4B is #A555B4. Grayscale: #878787. Windows color (decimal): -10835381 or 4958810. OLE color: 4958810.

HSL color Cylindrical-coordinate representation of color #5AAA4B: hue angle of 110.53º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AAA4B is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB9017075-
CMYK0.4700.560.33
HSL110.53º38.78%48.04%-
HSV(B)110.53º55.88%66.67%-
XYZ19.8631.4311.68-
YUV135.259495.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.87%
GREEN value IS 170 (66.80% from 255) = 50.75%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=26.87%
G=50.75%
B=22.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90170750.4700.560.33110.5338.7848.04
Hex5AAA4B2F038216f2730
Octal13225211357070411574760
Binary101101010101010100101110111101110001000011101111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,170,75); }

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

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

 a { background-color: rgb(90,170,75); }

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

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

 span { border-color: rgb(90,170,75); }

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