Html Css Color HEX #A4DB8F Feijoa

📋 copy color: '#A4DB8F'

red 164 ◦ green 219 ◦ blue 143

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

Shades of Feijoa #A4DB8F

Tints of Feijoa #A4DB8F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.63%

 BLUE value IS 143 (56.25% from 255) = 27.19%

R = 31.18%
G = 41.63%
B = 27.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#A4DB8F (or 0xA4DB8F) is known color: Feijoa. HEX triplet: A4, DB and 8F. RGB value is (164,219,143). Sum of RGB (Red+Green+Blue) = 164+219+143=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB8F is #5B2470. Grayscale: #C2C2C2. Windows color (decimal): -5973105 or 9427876. OLE color: 9427876.

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

Color convert

RGB 164 219 143 -
CMYK 0.25 0 0.35 0.14
HSL 103.42º 0.51% 0.71% -
HSV(B) 103.42º 0.35% 0.86% -
XYZ 45.6 60.54 35.27 -
YUV 193.89 99.28 106.68 -
System Red Green Blue C M Y K H S L
Decimal 164 219 143 0.25 0 0.35 0.14 103.42 0.51 0.71
Hex A4 DB 8F 19 0 23 E 67 33 47
Octal 244 333 217 31 0 43 16 147 63 107
Binary 10100100 11011011 10001111 11001 0 100011 1110 1100111 110011 1000111

Color Harmonies of #A4DB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB8F

Black with #A4DB8F

Text Example


Text Example

White with #A4DB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB8F; }

 p { color: rgb(164,219,143); }

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

background-color css

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

 a { background-color: rgb(164,219,143); }

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

border-color css

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

 span { border-color: rgb(164,219,143); }

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