Html Css Color HEX #A4D071 Feijoa

📋 copy color: '#A4D071'

red 164 ◦ green 208 ◦ blue 113

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

Shades of Feijoa #A4D071

Tints of Feijoa #A4D071

RGB

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

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

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

R = 33.81%
G = 42.89%
B = 23.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#A4D071 (or 0xA4D071) is known color: Feijoa. HEX triplet: A4, D0 and 71. RGB value is (164,208,113). Sum of RGB (Red+Green+Blue) = 164+208+113=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D071 is #5B2F8E. Grayscale: #B8B8B8. Windows color (decimal): -5975951 or 7458980. OLE color: 7458980.

HSL color Cylindrical-coordinate representation of color #A4D071: hue angle of 87.79º 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 #A4D071 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 208 113 -
CMYK 0.21 0 0.46 0.18
HSL 87.79º 0.5% 0.63% -
HSV(B) 87.79º 0.46% 0.82% -
XYZ 40.85 54.2 23.93 -
YUV 184.01 87.92 113.72 -
System Red Green Blue C M Y K H S L
Decimal 164 208 113 0.21 0 0.46 0.18 87.79 0.5 0.63
Hex A4 D0 71 15 0 2E 12 58 32 3F
Octal 244 320 161 25 0 56 22 130 62 77
Binary 10100100 11010000 1110001 10101 0 101110 10010 1011000 110010 111111

Color Harmonies of #A4D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D071

Black with #A4D071

Text Example


Text Example

White with #A4D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D071; }

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

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

background-color css

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

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

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

border-color css

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

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

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