#5AC04F

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

Shades of Apple #5AC04F

Tints of Apple #5AC04F

Color information

#5AC04F (or 0x5AC04F) is unknown color: approx Apple. HEX triplet: 5A, C0 and 4F. RGB value is (90,192,79). Sum of RGB (Red+Green+Blue) = 90+192+79=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC04F is #A53FB0. Grayscale: #949494. Windows color (decimal): -10829745 or 5226586. OLE color: 5226586.

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

Color convert

RGB9019279-
CMYK0.5300.590.25
HSL114.16º47.28%53.14%-
HSV(B)114.16º58.85%75.29%-
XYZ24.4840.4413.91-
YUV148.6288.7186.19-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.93%
GREEN value IS 192 (75.39% from 255) = 53.19%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=24.93%
G=53.19%
B=21.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90192790.5300.590.25114.1647.2853.14
Hex5AC04F3503B19722f35
Octal13230011765073311625765
Binary10110101100000010011111101010111011110011110010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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