#5ACA53

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

Shades of Apple #5ACA53

Tints of Apple #5ACA53

Color information

#5ACA53 (or 0x5ACA53) is unknown color: approx Apple. HEX triplet: 5A, CA and 53. RGB value is (90,202,83). Sum of RGB (Red+Green+Blue) = 90+202+83=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACA53 is #A535AC. Grayscale: #9B9B9B. Windows color (decimal): -10827181 or 5491290. OLE color: 5491290.

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

Color convert

RGB9020283-
CMYK0.5500.590.21
HSL116.47º52.89%55.88%-
HSV(B)116.47º58.91%79.22%-
XYZ26.945.0415.46-
YUV154.9587.3981.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 202 (79.30% from 255) = 53.87%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=24%
G=53.87%
B=22.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90202830.5500.590.21116.4752.8955.88
Hex5ACA533703B15743538
Octal13231212367073251646570
Binary10110101100101010100111101110111011101011110100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,202,83); }

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

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

 a { background-color: rgb(90,202,83); }

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

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

 span { border-color: rgb(90,202,83); }

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