#5AD845

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

Shades of Apple #5AD845

Tints of Apple #5AD845

Color information

#5AD845 (or 0x5AD845) is unknown color: approx Apple. HEX triplet: 5A, D8 and 45. RGB value is (90,216,69). Sum of RGB (Red+Green+Blue) = 90+216+69=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD845 is #A527BA. Grayscale: #A2A2A2. Windows color (decimal): -10823611 or 4577370. OLE color: 4577370.

HSL color Cylindrical-coordinate representation of color #5AD845: hue angle of 111.43º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AD845 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB9021669-
CMYK0.5800.680.15
HSL111.43º65.33%55.88%-
HSV(B)111.43º68.06%84.71%-
XYZ29.8551.7214.04-
YUV161.5775.7676.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 216 (84.77% from 255) = 57.6%
BLUE value IS 69 (27.34% from 255) = 18.4%
R=24%
G=57.6%
B=18.4%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal90216690.5800.680.15111.4365.3355.88
Hex5AD8453A044F6f4138
Octal1323301057201041715710170
Binary101101011011000100010111101001000100111111011111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,216,69); }

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

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

 a { background-color: rgb(90,216,69); }

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

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

 span { border-color: rgb(90,216,69); }

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