#5AB03C

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

Shades of Apple #5AB03C

Tints of Apple #5AB03C

Color information

#5AB03C (or 0x5AB03C) is unknown color: approx Apple. HEX triplet: 5A, B0 and 3C. RGB value is (90,176,60). Sum of RGB (Red+Green+Blue) = 90+176+60=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 176 (69.14% from 255 or 53.99% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB03C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB03C is #A54FC3. Grayscale: #898989. Windows color (decimal): -10833860 or 3977306. OLE color: 3977306.

HSL color Cylindrical-coordinate representation of color #5AB03C: hue angle of 104.48º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AB03C is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB9017660-
CMYK0.4900.660.31
HSL104.48º49.15%46.27%-
HSV(B)104.48º65.91%69.02%-
XYZ20.5633.559.67-
YUV137.0684.5194.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.61%
GREEN value IS 176 (69.14% from 255) = 53.99%
BLUE value IS 60 (23.83% from 255) = 18.40%
R=27.61%
G=53.99%
B=18.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90176600.4900.660.31104.4849.1546.27
Hex5AB03C310421F68312e
Octal13226074610102371506156
Binary10110101011000011110011000101000010111111101000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,176,60); }

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

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

 a { background-color: rgb(90,176,60); }

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

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

 span { border-color: rgb(90,176,60); }

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