#5AB047

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

Shades of Apple #5AB047

Tints of Apple #5AB047

Color information

#5AB047 (or 0x5AB047) is unknown color: approx Apple. HEX triplet: 5A, B0 and 47. RGB value is (90,176,71). Sum of RGB (Red+Green+Blue) = 90+176+71=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB047 is #A54FB8. Grayscale: #8A8A8A. Windows color (decimal): -10833849 or 4698202. OLE color: 4698202.

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

Color convert

RGB9017671-
CMYK0.4900.600.31
HSL109.14º42.51%48.43%-
HSV(B)109.14º59.66%69.02%-
XYZ20.8833.6811.36-
YUV138.3290.0193.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.71%
GREEN value IS 176 (69.14% from 255) = 52.23%
BLUE value IS 71 (28.12% from 255) = 21.07%
R=26.71%
G=52.23%
B=21.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90176710.4900.600.31109.1442.5148.43
Hex5AB0473103C1F6d2b30
Octal13226010761074371555360
Binary10110101011000010001111100010111100111111101101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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