#5AB252

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

Shades of Apple #5AB252

Tints of Apple #5AB252

Color information

#5AB252 (or 0x5AB252) is unknown color: approx Apple. HEX triplet: 5A, B2 and 52. RGB value is (90,178,82). Sum of RGB (Red+Green+Blue) = 90+178+82=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB252 is #A54DAD. Grayscale: #8D8D8D. Windows color (decimal): -10833326 or 5419610. OLE color: 5419610.

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

Color convert

RGB9017882-
CMYK0.4900.540.30
HSL115º38.4%50.98%-
HSV(B)115º53.93%69.8%-
XYZ21.6634.6213.52-
YUV140.7494.8591.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.71%
GREEN value IS 178 (69.92% from 255) = 50.86%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=25.71%
G=50.86%
B=23.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal90178820.4900.540.3011538.450.98
Hex5AB252310361E732633
Octal13226212261066361634663
Binary10110101011001010100101100010110110111101110011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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