Html Css Color HEX #A4DC8C Feijoa

📋 copy color: '#A4DC8C'

red 164 ◦ green 220 ◦ blue 140

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

Shades of Feijoa #A4DC8C

Tints of Feijoa #A4DC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.72%

R = 31.3%
G = 41.98%
B = 26.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#A4DC8C (or 0xA4DC8C) is known color: Feijoa. HEX triplet: A4, DC and 8C. RGB value is (164,220,140). Sum of RGB (Red+Green+Blue) = 164+220+140=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DC8C is #5B2373. Grayscale: #C2C2C2. Windows color (decimal): -5972852 or 9231524. OLE color: 9231524.

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

Color convert

RGB 164 220 140 -
CMYK 0.25 0 0.36 0.14
HSL 102º 0.53% 0.71% -
HSV(B) 102º 0.36% 0.86% -
XYZ 45.64 60.97 34.17 -
YUV 194.14 97.45 106.5 -
System Red Green Blue C M Y K H S L
Decimal 164 220 140 0.25 0 0.36 0.14 102 0.53 0.71
Hex A4 DC 8C 19 0 24 E 66 35 47
Octal 244 334 214 31 0 44 16 146 65 107
Binary 10100100 11011100 10001100 11001 0 100100 1110 1100110 110101 1000111

Color Harmonies of #A4DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC8C

Black with #A4DC8C

Text Example


Text Example

White with #A4DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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