#5AD93E

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

Shades of Apple #5AD93E

Tints of Apple #5AD93E

Color information

#5AD93E (or 0x5AD93E) is unknown color: approx Apple. HEX triplet: 5A, D9 and 3E. RGB value is (90,217,62). Sum of RGB (Red+Green+Blue) = 90+217+62=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD93E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AD93E is #A526C1. Grayscale: #A1A1A1. Windows color (decimal): -10823362 or 4118874. OLE color: 4118874.

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

Color convert

RGB9021762-
CMYK0.5900.710.15
HSL109.16º67.1%54.71%-
HSV(B)109.16º71.43%85.1%-
XYZ29.952.1513.05-
YUV161.3671.9277.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.39%
GREEN value IS 217 (85.16% from 255) = 58.81%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=24.39%
G=58.81%
B=16.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal90217620.5900.710.15109.1667.154.71
Hex5AD93E3B047F6d4337
Octal132331767301071715510367
Binary10110101101100111111011101101000111111111011011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,217,62); }

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

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

 a { background-color: rgb(90,217,62); }

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

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

 span { border-color: rgb(90,217,62); }

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