#5AC053

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

Shades of Apple #5AC053

Tints of Apple #5AC053

Color information

#5AC053 (or 0x5AC053) is unknown color: approx Apple. HEX triplet: 5A, C0 and 53. RGB value is (90,192,83). Sum of RGB (Red+Green+Blue) = 90+192+83=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC053 is #A53FAC. Grayscale: #959595. Windows color (decimal): -10829741 or 5488730. OLE color: 5488730.

HSL color Cylindrical-coordinate representation of color #5AC053: hue angle of 116.15º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AC053 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB9019283-
CMYK0.5300.570.25
HSL116.15º46.38%53.92%-
HSV(B)116.15º56.77%75.29%-
XYZ24.6340.514.7-
YUV149.0890.7185.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 192 (75.39% from 255) = 52.60%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=24.66%
G=52.60%
B=22.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90192830.5300.570.25116.1546.3853.92
Hex5AC0533503919742e36
Octal13230012365071311645666
Binary10110101100000010100111101010111001110011110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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