Html Css Color HEX #A4DC7D Feijoa

📋 copy color: '#A4DC7D'

red 164 ◦ green 220 ◦ blue 125

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

Shades of Feijoa #A4DC7D

Tints of Feijoa #A4DC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.56%

R = 32.22%
G = 43.22%
B = 24.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#A4DC7D (or 0xA4DC7D) is known color: Feijoa. HEX triplet: A4, DC and 7D. RGB value is (164,220,125). Sum of RGB (Red+Green+Blue) = 164+220+125=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DC7D is #5B2382. Grayscale: #C0C0C0. Windows color (decimal): -5972867 or 8248484. OLE color: 8248484.

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

Color convert

RGB 164 220 125 -
CMYK 0.25 0 0.43 0.14
HSL 95.37º 0.58% 0.68% -
HSV(B) 95.37º 0.43% 0.86% -
XYZ 44.6 60.56 28.74 -
YUV 192.43 89.95 107.72 -
System Red Green Blue C M Y K H S L
Decimal 164 220 125 0.25 0 0.43 0.14 95.37 0.58 0.68
Hex A4 DC 7D 19 0 2B E 5F 3A 44
Octal 244 334 175 31 0 53 16 137 72 104
Binary 10100100 11011100 1111101 11001 0 101011 1110 1011111 111010 1000100

Color Harmonies of #A4DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC7D

Black with #A4DC7D

Text Example


Text Example

White with #A4DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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