Html Css Color HEX #A4DC6F Feijoa

📋 copy color: '#A4DC6F'

red 164 ◦ green 220 ◦ blue 111

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

Shades of Feijoa #A4DC6F

Tints of Feijoa #A4DC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.42%

R = 33.13%
G = 44.44%
B = 22.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#A4DC6F (or 0xA4DC6F) is known color: Feijoa. HEX triplet: A4, DC and 6F. RGB value is (164,220,111). Sum of RGB (Red+Green+Blue) = 164+220+111=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DC6F is #5B2390. Grayscale: #BFBFBF. Windows color (decimal): -5972881 or 7330980. OLE color: 7330980.

HSL color Cylindrical-coordinate representation of color #A4DC6F: hue angle of 90.83º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4DC6F is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 111 -
CMYK 0.25 0 0.50 0.14
HSL 90.83º 0.61% 0.65% -
HSV(B) 90.83º 0.5% 0.86% -
XYZ 43.77 60.23 24.36 -
YUV 190.83 82.95 108.86 -
System Red Green Blue C M Y K H S L
Decimal 164 220 111 0.25 0 0.50 0.14 90.83 0.61 0.65
Hex A4 DC 6F 19 0 32 E 5B 3D 41
Octal 244 334 157 31 0 62 16 133 75 101
Binary 10100100 11011100 1101111 11001 0 110010 1110 1011011 111101 1000001

Color Harmonies of #A4DC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC6F

Black with #A4DC6F

Text Example


Text Example

White with #A4DC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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