Html Css Color HEX #A4DC84 Feijoa

📋 copy color: '#A4DC84'

red 164 ◦ green 220 ◦ blue 132

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

Shades of Feijoa #A4DC84

Tints of Feijoa #A4DC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.58%

R = 31.78%
G = 42.64%
B = 25.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#A4DC84 (or 0xA4DC84) is known color: Feijoa. HEX triplet: A4, DC and 84. RGB value is (164,220,132). Sum of RGB (Red+Green+Blue) = 164+220+132=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DC84 is #5B237B. Grayscale: #C1C1C1. Windows color (decimal): -5972860 or 8707236. OLE color: 8707236.

HSL color Cylindrical-coordinate representation of color #A4DC84: hue angle of 98.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4DC84 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 132 -
CMYK 0.25 0 0.40 0.14
HSL 98.18º 0.56% 0.69% -
HSV(B) 98.18º 0.4% 0.86% -
XYZ 45.07 60.74 31.18 -
YUV 193.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 164 220 132 0.25 0 0.40 0.14 98.18 0.56 0.69
Hex A4 DC 84 19 0 28 E 62 38 45
Octal 244 334 204 31 0 50 16 142 70 105
Binary 10100100 11011100 10000100 11001 0 101000 1110 1100010 111000 1000101

Color Harmonies of #A4DC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC84

Black with #A4DC84

Text Example


Text Example

White with #A4DC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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