#71AC46

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

Shades of Apple #71AC46

Tints of Apple #71AC46

Color information

#71AC46 (or 0x71AC46) is unknown color: approx Apple. HEX triplet: 71, AC and 46. RGB value is (113,172,70). Sum of RGB (Red+Green+Blue) = 113+172+70=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AC46 is #8E53B9. Grayscale: #8F8F8F. Windows color (decimal): -9327546 or 4631665. OLE color: 4631665.

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

Color convert

RGB11317270-
CMYK0.3400.590.33
HSL94.71º42.15%47.45%-
HSV(B)94.71º59.3%67.45%-
XYZ22.6733.4611.06-
YUV142.7386.95106.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.83%
GREEN value IS 172 (67.58% from 255) = 48.45%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=31.83%
G=48.45%
B=19.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113172700.3400.590.3394.7142.1547.45
Hex71AC462203B215f2a2f
Octal16125410642073411375257
Binary111000110101100100011010001001110111000011011111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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