#5ACA51

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

Shades of Apple #5ACA51

Tints of Apple #5ACA51

Color information

#5ACA51 (or 0x5ACA51) is unknown color: approx Apple. HEX triplet: 5A, CA and 51. RGB value is (90,202,81). Sum of RGB (Red+Green+Blue) = 90+202+81=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACA51 is #A535AE. Grayscale: #9B9B9B. Windows color (decimal): -10827183 or 5360218. OLE color: 5360218.

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

Color convert

RGB9020281-
CMYK0.5500.600.21
HSL115.54º53.3%55.49%-
HSV(B)115.54º59.9%79.22%-
XYZ26.8245.0115.06-
YUV154.7286.3981.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 202 (79.30% from 255) = 54.16%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=24.13%
G=54.16%
B=21.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90202810.5500.600.21115.5453.355.49
Hex5ACA513703C15743537
Octal13231212167074251646567
Binary10110101100101010100011101110111100101011110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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