#5AD14E

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

Shades of Apple #5AD14E

Tints of Apple #5AD14E

Color information

#5AD14E (or 0x5AD14E) is unknown color: approx Apple. HEX triplet: 5A, D1 and 4E. RGB value is (90,209,78). Sum of RGB (Red+Green+Blue) = 90+209+78=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 209 (82.03% from 255 or 55.44% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD14E is #A52EB1. Grayscale: #9E9E9E. Windows color (decimal): -10825394 or 5165402. OLE color: 5165402.

HSL color Cylindrical-coordinate representation of color #5AD14E: hue angle of 114.5º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AD14E is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB9020978-
CMYK0.5700.630.18
HSL114.5º58.74%56.27%-
HSV(B)114.5º62.68%81.96%-
XYZ28.3948.3215.04-
YUV158.4882.5879.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.87%
GREEN value IS 209 (82.03% from 255) = 55.44%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=23.87%
G=55.44%
B=20.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal90209780.5700.630.18114.558.7456.27
Hex5AD14E3903F12733b38
Octal13232111671077221637370
Binary10110101101000110011101110010111111100101110011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,209,78); }

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

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

 a { background-color: rgb(90,209,78); }

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

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

 span { border-color: rgb(90,209,78); }

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