Html Css Color HEX #A4DC8D Feijoa

📋 copy color: '#A4DC8D'

red 164 ◦ green 220 ◦ blue 141

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

Shades of Feijoa #A4DC8D

Tints of Feijoa #A4DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.86%

R = 31.24%
G = 41.9%
B = 26.86%

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

#A4DC8D (or 0xA4DC8D) is known color: Feijoa. HEX triplet: A4, DC and 8D. RGB value is (164,220,141). Sum of RGB (Red+Green+Blue) = 164+220+141=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DC8D is #5B2372. Grayscale: #C2C2C2. Windows color (decimal): -5972851 or 9297060. OLE color: 9297060.

HSL color Cylindrical-coordinate representation of color #A4DC8D: hue angle of 102.53º 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 #A4DC8D is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 141 -
CMYK 0.25 0 0.36 0.14
HSL 102.53º 0.53% 0.71% -
HSV(B) 102.53º 0.36% 0.86% -
XYZ 45.71 61 34.56 -
YUV 194.25 97.95 106.42 -
System Red Green Blue C M Y K H S L
Decimal 164 220 141 0.25 0 0.36 0.14 102.53 0.53 0.71
Hex A4 DC 8D 19 0 24 E 67 35 47
Octal 244 334 215 31 0 44 16 147 65 107
Binary 10100100 11011100 10001101 11001 0 100100 1110 1100111 110101 1000111

Color Harmonies of #A4DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC8D

Black with #A4DC8D

Text Example


Text Example

White with #A4DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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