Html Css Color HEX #A4DB82 Feijoa

📋 copy color: '#A4DB82'

red 164 ◦ green 219 ◦ blue 130

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

Shades of Feijoa #A4DB82

Tints of Feijoa #A4DB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.34%

R = 31.97%
G = 42.69%
B = 25.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#A4DB82 (or 0xA4DB82) is known color: Feijoa. HEX triplet: A4, DB and 82. RGB value is (164,219,130). Sum of RGB (Red+Green+Blue) = 164+219+130=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB82 is #5B247D. Grayscale: #C0C0C0. Windows color (decimal): -5973118 or 8575908. OLE color: 8575908.

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

Color convert

RGB 164 219 130 -
CMYK 0.25 0 0.41 0.14
HSL 97.08º 0.55% 0.68% -
HSV(B) 97.08º 0.41% 0.86% -
XYZ 44.67 60.17 30.38 -
YUV 192.41 92.78 107.74 -
System Red Green Blue C M Y K H S L
Decimal 164 219 130 0.25 0 0.41 0.14 97.08 0.55 0.68
Hex A4 DB 82 19 0 29 E 61 37 44
Octal 244 333 202 31 0 51 16 141 67 104
Binary 10100100 11011011 10000010 11001 0 101001 1110 1100001 110111 1000100

Color Harmonies of #A4DB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB82

Black with #A4DB82

Text Example


Text Example

White with #A4DB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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