Html Css Color HEX #A4DC7F Feijoa

📋 copy color: '#A4DC7F'

red 164 ◦ green 220 ◦ blue 127

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

Shades of Feijoa #A4DC7F

Tints of Feijoa #A4DC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.85%

R = 32.09%
G = 43.05%
B = 24.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#A4DC7F (or 0xA4DC7F) is known color: Feijoa. HEX triplet: A4, DC and 7F. RGB value is (164,220,127). Sum of RGB (Red+Green+Blue) = 164+220+127=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DC7F is #5B2380. Grayscale: #C0C0C0. Windows color (decimal): -5972865 or 8379556. OLE color: 8379556.

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

Color convert

RGB 164 220 127 -
CMYK 0.25 0 0.42 0.14
HSL 96.13º 0.57% 0.68% -
HSV(B) 96.13º 0.42% 0.86% -
XYZ 44.73 60.61 29.42 -
YUV 192.65 90.95 107.56 -
System Red Green Blue C M Y K H S L
Decimal 164 220 127 0.25 0 0.42 0.14 96.13 0.57 0.68
Hex A4 DC 7F 19 0 2A E 60 39 44
Octal 244 334 177 31 0 52 16 140 71 104
Binary 10100100 11011100 1111111 11001 0 101010 1110 1100000 111001 1000100

Color Harmonies of #A4DC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC7F

Black with #A4DC7F

Text Example


Text Example

White with #A4DC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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