Html Css Color HEX #A7D071 Feijoa

📋 copy color: '#A7D071'

red 167 ◦ green 208 ◦ blue 113

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

Shades of Feijoa #A7D071

Tints of Feijoa #A7D071

RGB

 RED value IS 167 (65.63% from 255) = 34.22%

 GREEN value IS 208 (81.64% from 255) = 42.62%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 34.22%
G = 42.62%
B = 23.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#A7D071 (or 0xA7D071) is known color: Feijoa. HEX triplet: A7, D0 and 71. RGB value is (167,208,113). Sum of RGB (Red+Green+Blue) = 167+208+113=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D071 is #582F8E. Grayscale: #B9B9B9. Windows color (decimal): -5779343 or 7458983. OLE color: 7458983.

HSL color Cylindrical-coordinate representation of color #A7D071: hue angle of 85.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7D071 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 208 113 -
CMYK 0.20 0 0.46 0.18
HSL 85.89º 0.5% 0.63% -
HSV(B) 85.89º 0.46% 0.82% -
XYZ 41.47 54.52 23.96 -
YUV 184.91 87.42 115.22 -
System Red Green Blue C M Y K H S L
Decimal 167 208 113 0.20 0 0.46 0.18 85.89 0.5 0.63
Hex A7 D0 71 14 0 2E 12 56 32 3F
Octal 247 320 161 24 0 56 22 126 62 77
Binary 10100111 11010000 1110001 10100 0 101110 10010 1010110 110010 111111

Color Harmonies of #A7D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D071

Black with #A7D071

Text Example


Text Example

White with #A7D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D071; }

 p { color: rgb(167,208,113); }

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

background-color css

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

 a { background-color: rgb(167,208,113); }

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

border-color css

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

 span { border-color: rgb(167,208,113); }

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