Html Css Color HEX #A4DB76 Feijoa

📋 copy color: '#A4DB76'

red 164 ◦ green 219 ◦ blue 118

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

Shades of Feijoa #A4DB76

Tints of Feijoa #A4DB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.55%

R = 32.73%
G = 43.71%
B = 23.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#A4DB76 (or 0xA4DB76) is known color: Feijoa. HEX triplet: A4, DB and 76. RGB value is (164,219,118). Sum of RGB (Red+Green+Blue) = 164+219+118=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB76 is #5B2489. Grayscale: #BFBFBF. Windows color (decimal): -5973130 or 7789476. OLE color: 7789476.

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

Color convert

RGB 164 219 118 -
CMYK 0.25 0 0.46 0.14
HSL 92.67º 0.58% 0.66% -
HSV(B) 92.67º 0.46% 0.86% -
XYZ 43.91 59.86 26.38 -
YUV 191.04 86.78 108.71 -
System Red Green Blue C M Y K H S L
Decimal 164 219 118 0.25 0 0.46 0.14 92.67 0.58 0.66
Hex A4 DB 76 19 0 2E E 5D 3A 42
Octal 244 333 166 31 0 56 16 135 72 102
Binary 10100100 11011011 1110110 11001 0 101110 1110 1011101 111010 1000010

Color Harmonies of #A4DB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB76

Black with #A4DB76

Text Example


Text Example

White with #A4DB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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