#71AC40

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

Shades of Apple #71AC40

Tints of Apple #71AC40

Color information

#71AC40 (or 0x71AC40) is unknown color: approx Apple. HEX triplet: 71, AC and 40. RGB value is (113,172,64). Sum of RGB (Red+Green+Blue) = 113+172+64=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AC40 is #8E53BF. Grayscale: #8E8E8E. Windows color (decimal): -9327552 or 4238449. OLE color: 4238449.

HSL color Cylindrical-coordinate representation of color #71AC40: hue angle of 92.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71AC40 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB11317264-
CMYK0.3400.630.33
HSL92.78º45.76%46.27%-
HSV(B)92.78º62.79%67.45%-
XYZ22.4933.3910.11-
YUV142.0583.95107.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 172 (67.58% from 255) = 49.28%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=32.38%
G=49.28%
B=18.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113172640.3400.630.3392.7845.7646.27
Hex71AC402203F215d2e2e
Octal16125410042077411355656
Binary111000110101100100000010001001111111000011011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71AC40; }

 p { color: rgb(113,172,64); }

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

<style>
 a { background-color: #71AC40; }

 a { background-color: rgb(113,172,64); }

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

<style>
 span { border-color: #71AC40; }

 span { border-color: rgb(113,172,64); }

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