Html Css Color HEX #71AE4A Apple

📋 copy color: '#71AE4A'

red 113 ◦ green 174 ◦ blue 74

#71AE4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #71AE4A

Tints of Apple #71AE4A

RGB

 RED value IS 113 (44.53% from 255) = 31.3%

 GREEN value IS 174 (68.36% from 255) = 48.2%

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 31.3%
G = 48.2%
B = 20.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#71AE4A (or 0x71AE4A) is known color: Apple. HEX triplet: 71, AE and 4A. RGB value is (113,174,74). Sum of RGB (Red+Green+Blue) = 113+174+74=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AE4A is #8E51B5. Grayscale: #909090. Windows color (decimal): -9327030 or 4894321. OLE color: 4894321.

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

Color convert

RGB 113 174 74 -
CMYK 0.35 0 0.57 0.32
HSL 96.6º 0.4% 0.49% -
HSV(B) 96.6º 0.57% 0.68% -
XYZ 23.18 34.28 11.87 -
YUV 144.36 88.29 105.63 -
System Red Green Blue C M Y K H S L
Decimal 113 174 74 0.35 0 0.57 0.32 96.6 0.4 0.49
Hex 71 AE 4A 23 0 39 20 61 28 31
Octal 161 256 112 43 0 71 40 141 50 61
Binary 1110001 10101110 1001010 100011 0 111001 100000 1100001 101000 110001

Color Harmonies of #71AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AE4A

Black with #71AE4A

Text Example


Text Example

White with #71AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71AE4A;
 }
 .AnyTagClassName
 {
   color: #71AE4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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