Html Css Color HEX #5AB050 Apple

📋 copy color: '#5AB050'

red 90 ◦ green 176 ◦ blue 80

#5AB050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5AB050

Tints of Apple #5AB050

RGB

 RED value IS 90 (35.55% from 255) = 26.01%

 GREEN value IS 176 (69.14% from 255) = 50.87%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 26.01%
G = 50.87%
B = 23.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#5AB050 (or 0x5AB050) is known color: Apple. HEX triplet: 5A, B0 and 50. RGB value is (90,176,80). Sum of RGB (Red+Green+Blue) = 90+176+80=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB050 is #A54FAF. Grayscale: #8B8B8B. Windows color (decimal): -10833840 or 5288026. OLE color: 5288026.

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

Color convert

RGB 90 176 80 -
CMYK 0.49 0 0.55 0.31
HSL 113.75º 0.38% 0.5% -
HSV(B) 113.75º 0.55% 0.69% -
XYZ 21.19 33.8 13 -
YUV 139.34 94.51 92.81 -
System Red Green Blue C M Y K H S L
Decimal 90 176 80 0.49 0 0.55 0.31 113.75 0.38 0.5
Hex 5A B0 50 31 0 37 1F 72 26 32
Octal 132 260 120 61 0 67 37 162 46 62
Binary 1011010 10110000 1010000 110001 0 110111 11111 1110010 100110 110010

Color Harmonies of #5AB050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB050

Black with #5AB050

Text Example


Text Example

White with #5AB050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AB050;
 }
 .AnyTagClassName
 {
   color: #5AB050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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