Html Css Color HEX #A4DC7C Feijoa

📋 copy color: '#A4DC7C'

red 164 ◦ green 220 ◦ blue 124

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

Shades of Feijoa #A4DC7C

Tints of Feijoa #A4DC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 32.28%
G = 43.31%
B = 24.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#A4DC7C (or 0xA4DC7C) is known color: Feijoa. HEX triplet: A4, DC and 7C. RGB value is (164,220,124). Sum of RGB (Red+Green+Blue) = 164+220+124=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DC7C is #5B2383. Grayscale: #C0C0C0. Windows color (decimal): -5972868 or 8182948. OLE color: 8182948.

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

Color convert

RGB 164 220 124 -
CMYK 0.25 0 0.44 0.14
HSL 95º 0.58% 0.67% -
HSV(B) 95º 0.44% 0.86% -
XYZ 44.54 60.53 28.41 -
YUV 192.31 89.45 107.81 -
System Red Green Blue C M Y K H S L
Decimal 164 220 124 0.25 0 0.44 0.14 95 0.58 0.67
Hex A4 DC 7C 19 0 2C E 5F 3A 43
Octal 244 334 174 31 0 54 16 137 72 103
Binary 10100100 11011100 1111100 11001 0 101100 1110 1011111 111010 1000011

Color Harmonies of #A4DC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC7C

Black with #A4DC7C

Text Example


Text Example

White with #A4DC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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