Html Css Color HEX #A4DC7A Feijoa

📋 copy color: '#A4DC7A'

red 164 ◦ green 220 ◦ blue 122

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

Shades of Feijoa #A4DC7A

Tints of Feijoa #A4DC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 32.41%
G = 43.48%
B = 24.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#A4DC7A (or 0xA4DC7A) is known color: Feijoa. HEX triplet: A4, DC and 7A. RGB value is (164,220,122). Sum of RGB (Red+Green+Blue) = 164+220+122=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DC7A is #5B2385. Grayscale: #C0C0C0. Windows color (decimal): -5972870 or 8051876. OLE color: 8051876.

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

Color convert

RGB 164 220 122 -
CMYK 0.25 0 0.45 0.14
HSL 94.29º 0.58% 0.67% -
HSV(B) 94.29º 0.45% 0.86% -
XYZ 44.42 60.48 27.75 -
YUV 192.08 88.45 107.97 -
System Red Green Blue C M Y K H S L
Decimal 164 220 122 0.25 0 0.45 0.14 94.29 0.58 0.67
Hex A4 DC 7A 19 0 2D E 5E 3A 43
Octal 244 334 172 31 0 55 16 136 72 103
Binary 10100100 11011100 1111010 11001 0 101101 1110 1011110 111010 1000011

Color Harmonies of #A4DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC7A

Black with #A4DC7A

Text Example


Text Example

White with #A4DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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