#5ACB40

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

Shades of Apple #5ACB40

Tints of Apple #5ACB40

Color information

#5ACB40 (or 0x5ACB40) is unknown color: approx Apple. HEX triplet: 5A, CB and 40. RGB value is (90,203,64). Sum of RGB (Red+Green+Blue) = 90+203+64=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 203 (79.69% from 255 or 56.86% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACB40 is #A534BF. Grayscale: #999999. Windows color (decimal): -10826944 or 4246362. OLE color: 4246362.

HSL color Cylindrical-coordinate representation of color #5ACB40: hue angle of 108.78º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5ACB40 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB9020364-
CMYK0.5600.680.20
HSL108.78º57.2%52.35%-
HSV(B)108.78º68.47%79.61%-
XYZ26.545.2612.19-
YUV153.3777.5682.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.21%
GREEN value IS 203 (79.69% from 255) = 56.86%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=25.21%
G=56.86%
B=17.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal90203640.5600.680.20108.7857.252.35
Hex5ACB4038044146d3934
Octal132313100700104241557164
Binary101101011001011100000011100001000100101001101101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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