#5ABA48

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

Shades of Apple #5ABA48

Tints of Apple #5ABA48

Color information

#5ABA48 (or 0x5ABA48) is unknown color: approx Apple. HEX triplet: 5A, BA and 48. RGB value is (90,186,72). Sum of RGB (Red+Green+Blue) = 90+186+72=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABA48 is #A545B7. Grayscale: #909090. Windows color (decimal): -10831288 or 4766298. OLE color: 4766298.

HSL color Cylindrical-coordinate representation of color #5ABA48: hue angle of 110.53º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ABA48 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB9018672-
CMYK0.5200.610.27
HSL110.53º45.24%50.59%-
HSV(B)110.53º61.29%72.94%-
XYZ22.9537.7612.21-
YUV144.387.289.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.86%
GREEN value IS 186 (73.05% from 255) = 53.45%
BLUE value IS 72 (28.52% from 255) = 20.69%
R=25.86%
G=53.45%
B=20.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90186720.5200.610.27110.5345.2450.59
Hex5ABA483403D1B6f2d33
Octal13227211064075331575563
Binary10110101011101010010001101000111101110111101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,186,72); }

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

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

 a { background-color: rgb(90,186,72); }

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

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

 span { border-color: rgb(90,186,72); }

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