#5AAA3D

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

Shades of Apple #5AAA3D

Tints of Apple #5AAA3D

Color information

#5AAA3D (or 0x5AAA3D) is unknown color: approx Apple. HEX triplet: 5A, AA and 3D. RGB value is (90,170,61). Sum of RGB (Red+Green+Blue) = 90+170+61=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA3D is #A555C2. Grayscale: #868686. Windows color (decimal): -10835395 or 4041306. OLE color: 4041306.

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

Color convert

RGB9017061-
CMYK0.4700.640.33
HSL104.04º47.19%45.29%-
HSV(B)104.04º64.12%66.67%-
XYZ19.4331.269.42-
YUV133.658796.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.04%
GREEN value IS 170 (66.80% from 255) = 52.96%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=28.04%
G=52.96%
B=19.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90170610.4700.640.33104.0447.1945.29
Hex5AAA3D2F04021682f2d
Octal13225275570100411505755
Binary101101010101010111101101111010000001000011101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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