#71AE45

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

Shades of Apple #71AE45

Tints of Apple #71AE45

Color information

#71AE45 (or 0x71AE45) is unknown color: approx Apple. HEX triplet: 71, AE and 45. RGB value is (113,174,69). Sum of RGB (Red+Green+Blue) = 113+174+69=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AE45 is #8E51BA. Grayscale: #909090. Windows color (decimal): -9327035 or 4566641. OLE color: 4566641.

HSL color Cylindrical-coordinate representation of color #71AE45: hue angle of 94.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71AE45 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB11317469-
CMYK0.3500.600.32
HSL94.86º43.21%47.65%-
HSV(B)94.86º60.34%68.24%-
XYZ23.0234.2111.02-
YUV143.7985.79106.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 174 (68.36% from 255) = 48.88%
BLUE value IS 69 (27.34% from 255) = 19.38%
R=31.74%
G=48.88%
B=19.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113174690.3500.600.3294.8643.2147.65
Hex71AE452303C205f2b30
Octal16125610543074401375360
Binary111000110101110100010110001101111001000001011111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,174,69); }

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

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

 a { background-color: rgb(113,174,69); }

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

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

 span { border-color: rgb(113,174,69); }

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