Html Css Color HEX #71AC3F Apple

📋 copy color: '#71AC3F'

red 113 ◦ green 172 ◦ blue 63

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

Shades of Apple #71AC3F

Tints of Apple #71AC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.43%

 BLUE value IS 63 (25% from 255) = 18.1%

R = 32.47%
G = 49.43%
B = 18.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#71AC3F (or 0x71AC3F) is known color: Apple. HEX triplet: 71, AC and 3F. RGB value is (113,172,63). Sum of RGB (Red+Green+Blue) = 113+172+63=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AC3F is #8E53C0. Grayscale: #8E8E8E. Windows color (decimal): -9327553 or 4172913. OLE color: 4172913.

HSL color Cylindrical-coordinate representation of color #71AC3F: hue angle of 92.48º 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 #71AC3F is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 172 63 -
CMYK 0.34 0 0.63 0.33
HSL 92.48º 0.46% 0.46% -
HSV(B) 92.48º 0.63% 0.67% -
XYZ 22.46 33.37 9.96 -
YUV 141.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 113 172 63 0.34 0 0.63 0.33 92.48 0.46 0.46
Hex 71 AC 3F 22 0 3F 21 5C 2E 2E
Octal 161 254 77 42 0 77 41 134 56 56
Binary 1110001 10101100 111111 100010 0 111111 100001 1011100 101110 101110

Color Harmonies of #71AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AC3F

Black with #71AC3F

Text Example


Text Example

White with #71AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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