#5AB152

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

Shades of Apple #5AB152

Tints of Apple #5AB152

Color information

#5AB152 (or 0x5AB152) is unknown color: approx Apple. HEX triplet: 5A, B1 and 52. RGB value is (90,177,82). Sum of RGB (Red+Green+Blue) = 90+177+82=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB152 is #A54EAD. Grayscale: #8C8C8C. Windows color (decimal): -10833582 or 5419354. OLE color: 5419354.

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

Color convert

RGB9017782-
CMYK0.4900.540.31
HSL114.95º37.85%50.78%-
HSV(B)114.95º53.67%69.41%-
XYZ21.4634.2313.46-
YUV140.1695.1892.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.79%
GREEN value IS 177 (69.53% from 255) = 50.72%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=25.79%
G=50.72%
B=23.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90177820.4900.540.31114.9537.8550.78
Hex5AB152310361F732633
Octal13226112261066371634663
Binary10110101011000110100101100010110110111111110011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,177,82); }

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

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

 a { background-color: rgb(90,177,82); }

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

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

 span { border-color: rgb(90,177,82); }

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