Html Css Color HEX #A4D971 Feijoa

📋 copy color: '#A4D971'

red 164 ◦ green 217 ◦ blue 113

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

Shades of Feijoa #A4D971

Tints of Feijoa #A4D971

RGB

 RED value IS 164 (64.45% from 255) = 33.2%

 GREEN value IS 217 (85.16% from 255) = 43.93%

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

R = 33.2%
G = 43.93%
B = 22.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#A4D971 (or 0xA4D971) is known color: Feijoa. HEX triplet: A4, D9 and 71. RGB value is (164,217,113). Sum of RGB (Red+Green+Blue) = 164+217+113=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D971 is #5B268E. Grayscale: #BDBDBD. Windows color (decimal): -5973647 or 7461284. OLE color: 7461284.

HSL color Cylindrical-coordinate representation of color #A4D971: hue angle of 90.58º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4D971 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 217 113 -
CMYK 0.24 0 0.48 0.15
HSL 90.58º 0.58% 0.65% -
HSV(B) 90.58º 0.48% 0.85% -
XYZ 43.1 58.71 24.68 -
YUV 189.3 84.94 109.96 -
System Red Green Blue C M Y K H S L
Decimal 164 217 113 0.24 0 0.48 0.15 90.58 0.58 0.65
Hex A4 D9 71 18 0 30 F 5B 3A 41
Octal 244 331 161 30 0 60 17 133 72 101
Binary 10100100 11011001 1110001 11000 0 110000 1111 1011011 111010 1000001

Color Harmonies of #A4D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D971

Black with #A4D971

Text Example


Text Example

White with #A4D971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D971; }

 p { color: rgb(164,217,113); }

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

background-color css

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

 a { background-color: rgb(164,217,113); }

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

border-color css

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

 span { border-color: rgb(164,217,113); }

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