#5ADE3C

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

Shades of Apple #5ADE3C

Tints of Apple #5ADE3C

Color information

#5ADE3C (or 0x5ADE3C) is unknown color: approx Apple. HEX triplet: 5A, DE and 3C. RGB value is (90,222,60). Sum of RGB (Red+Green+Blue) = 90+222+60=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 222 (87.11% from 255 or 59.68% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADE3C is #A521C3. Grayscale: #A4A4A4. Windows color (decimal): -10822084 or 3989082. OLE color: 3989082.

HSL color Cylindrical-coordinate representation of color #5ADE3C: hue angle of 108.89º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5ADE3C is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB9022260-
CMYK0.5900.730.13
HSL108.89º71.05%55.29%-
HSV(B)108.89º72.97%87.06%-
XYZ31.1554.7413.2-
YUV164.0669.2775.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.19%
GREEN value IS 222 (87.11% from 255) = 59.68%
BLUE value IS 60 (23.83% from 255) = 16.13%
R=24.19%
G=59.68%
B=16.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90222600.5900.730.13108.8971.0555.29
Hex5ADE3C3B049D6d4737
Octal132336747301111515510767
Binary10110101101111011110011101101001001110111011011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,222,60); }

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

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

 a { background-color: rgb(90,222,60); }

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

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

 span { border-color: rgb(90,222,60); }

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