Html Css Color HEX #A4DC70 Feijoa

📋 copy color: '#A4DC70'

red 164 ◦ green 220 ◦ blue 112

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

Shades of Feijoa #A4DC70

Tints of Feijoa #A4DC70

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.35%

 BLUE value IS 112 (44.14% from 255) = 22.58%

R = 33.06%
G = 44.35%
B = 22.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#A4DC70 (or 0xA4DC70) is known color: Feijoa. HEX triplet: A4, DC and 70. RGB value is (164,220,112). Sum of RGB (Red+Green+Blue) = 164+220+112=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DC70 is #5B238F. Grayscale: #BFBFBF. Windows color (decimal): -5972880 or 7396516. OLE color: 7396516.

HSL color Cylindrical-coordinate representation of color #A4DC70: hue angle of 91.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4DC70 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 112 -
CMYK 0.25 0 0.49 0.14
HSL 91.11º 0.61% 0.65% -
HSV(B) 91.11º 0.49% 0.86% -
XYZ 43.83 60.25 24.65 -
YUV 190.94 83.45 108.78 -
System Red Green Blue C M Y K H S L
Decimal 164 220 112 0.25 0 0.49 0.14 91.11 0.61 0.65
Hex A4 DC 70 19 0 31 E 5B 3D 41
Octal 244 334 160 31 0 61 16 133 75 101
Binary 10100100 11011100 1110000 11001 0 110001 1110 1011011 111101 1000001

Color Harmonies of #A4DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC70

Black with #A4DC70

Text Example


Text Example

White with #A4DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC70; }

 p { color: rgb(164,220,112); }

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

background-color css

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

 a { background-color: rgb(164,220,112); }

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

border-color css

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

 span { border-color: rgb(164,220,112); }

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