#5FA146

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

Shades of Apple #5FA146

Tints of Apple #5FA146

Color information

#5FA146 (or 0x5FA146) is unknown color: approx Apple. HEX triplet: 5F, A1 and 46. RGB value is (95,161,70). Sum of RGB (Red+Green+Blue) = 95+161+70=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA146 is #A05EB9. Grayscale: #838383. Windows color (decimal): -10510010 or 4628831. OLE color: 4628831.

HSL color Cylindrical-coordinate representation of color #5FA146: hue angle of 103.52º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FA146 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB9516170-
CMYK0.4100.570.37
HSL103.52º39.39%45.29%-
HSV(B)103.52º56.52%63.14%-
XYZ18.5728.3610.29-
YUV130.8993.63102.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.14%
GREEN value IS 161 (63.28% from 255) = 49.39%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=29.14%
G=49.39%
B=21.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal95161700.4100.570.37103.5239.3945.29
Hex5FA146290392568272d
Octal13724110651071451504755
Binary101111110100001100011010100101110011001011101000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,161,70); }

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

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

 a { background-color: rgb(95,161,70); }

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

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

 span { border-color: rgb(95,161,70); }

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