#5BAC4A

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

Shades of Apple #5BAC4A

Tints of Apple #5BAC4A

Color information

#5BAC4A (or 0x5BAC4A) is unknown color: approx Apple. HEX triplet: 5B, AC and 4A. RGB value is (91,172,74). Sum of RGB (Red+Green+Blue) = 91+172+74=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAC4A is #A453B5. Grayscale: #888888. Windows color (decimal): -10769334 or 4893787. OLE color: 4893787.

HSL color Cylindrical-coordinate representation of color #5BAC4A: hue angle of 109.59º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BAC4A is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB9117274-
CMYK0.4700.570.33
HSL109.59º39.84%48.24%-
HSV(B)109.59º56.98%67.45%-
XYZ20.332.2211.63-
YUV136.6192.6695.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.00%
GREEN value IS 172 (67.58% from 255) = 51.04%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=27.00%
G=51.04%
B=21.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91172740.4700.570.33109.5939.8448.24
Hex5BAC4A2F039216e2830
Octal13325411257071411565060
Binary101101110101100100101010111101110011000011101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,172,74); }

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

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

 a { background-color: rgb(91,172,74); }

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

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

 span { border-color: rgb(91,172,74); }

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