#5AA83A

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

Shades of Apple #5AA83A

Tints of Apple #5AA83A

Color information

#5AA83A (or 0x5AA83A) is unknown color: approx Apple. HEX triplet: 5A, A8 and 3A. RGB value is (90,168,58). Sum of RGB (Red+Green+Blue) = 90+168+58=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 168 (66.02% from 255 or 53.16% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA83A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA83A is #A557C5. Grayscale: #848484. Windows color (decimal): -10835910 or 3844186. OLE color: 3844186.

HSL color Cylindrical-coordinate representation of color #5AA83A: hue angle of 102.55º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AA83A is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB9016858-
CMYK0.4600.650.34
HSL102.55º48.67%44.31%-
HSV(B)102.55º65.48%65.88%-
XYZ18.9830.488.89-
YUV132.1486.1697.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.48%
GREEN value IS 168 (66.02% from 255) = 53.16%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=28.48%
G=53.16%
B=18.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal90168580.4600.650.34102.5548.6744.31
Hex5AA83A2E0412267312c
Octal13225072560101421476154
Binary101101010101000111010101110010000011000101100111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,168,58); }

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

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

 a { background-color: rgb(90,168,58); }

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

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

 span { border-color: rgb(90,168,58); }

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