#5ace40

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

Shades of Apple #5ACE40

Tints of Apple #5ACE40

Color information

#5ACE40 (or 0x5ACE40) is unknown color: approx Apple. HEX triplet: 5A, CE and 40. RGB value is (90,206,64). Sum of RGB (Red+Green+Blue) = 90+206+64=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACE40 is #A531BF. Grayscale: #9B9B9B. Windows color (decimal): -10826176 or 4247130. OLE color: 4247130.

HSL color Cylindrical-coordinate representation of color #5ACE40: hue angle of 109.01º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5ACE40 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB9020664-
CMYK0.5600.690.19
HSL109.01º59.17%52.94%-
HSV(B)109.01º68.93%80.78%-
XYZ27.2146.6912.43-
YUV155.1376.5781.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25%
GREEN value IS 206 (80.86% from 255) = 57.22%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=25%
G=57.22%
B=17.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal90206640.5600.690.19109.0159.1752.94
Hex5ACE4038045136d3b35
Octal132316100700105231557365
Binary101101011001110100000011100001000101100111101101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ace40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,206,64); }

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

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

 a { background-color: rgb(90,206,64); }

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

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

 span { border-color: rgb(90,206,64); }

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