#71AE5E

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

Shades of Apple #71AE5E

Tints of Apple #71AE5E

Color information

#71AE5E (or 0x71AE5E) is unknown color: approx Apple. HEX triplet: 71, AE and 5E. RGB value is (113,174,94). Sum of RGB (Red+Green+Blue) = 113+174+94=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AE5E is #8E51A1. Grayscale: #929292. Windows color (decimal): -9327010 or 6205041. OLE color: 6205041.

HSL color Cylindrical-coordinate representation of color #71AE5E: hue angle of 105.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71AE5E is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB11317494-
CMYK0.3500.460.32
HSL105.75º33.06%52.55%-
HSV(B)105.75º45.98%68.24%-
XYZ23.9734.5916-
YUV146.6498.29104-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=29.66%
G=45.67%
B=24.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113174940.3500.460.32105.7533.0652.55
Hex71AE5E2302E206a2135
Octal16125613643056401524165
Binary111000110101110101111010001101011101000001101010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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