#5AB24F

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

Shades of Apple #5AB24F

Tints of Apple #5AB24F

Color information

#5AB24F (or 0x5AB24F) is unknown color: approx Apple. HEX triplet: 5A, B2 and 4F. RGB value is (90,178,79). Sum of RGB (Red+Green+Blue) = 90+178+79=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB24F is #A54DB0. Grayscale: #8C8C8C. Windows color (decimal): -10833329 or 5223002. OLE color: 5223002.

HSL color Cylindrical-coordinate representation of color #5AB24F: hue angle of 113.33º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AB24F is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB9017879-
CMYK0.4900.560.30
HSL113.33º39.13%50.39%-
HSV(B)113.33º55.62%69.8%-
XYZ21.5534.5812.94-
YUV140.493.3592.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.94%
GREEN value IS 178 (69.92% from 255) = 51.30%
BLUE value IS 79 (31.25% from 255) = 22.77%
R=25.94%
G=51.30%
B=22.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal90178790.4900.560.30113.3339.1350.39
Hex5AB24F310381E712732
Octal13226211761070361614762
Binary10110101011001010011111100010111000111101110001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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