Html Css Color HEX #A4DC87 Feijoa

📋 copy color: '#A4DC87'

red 164 ◦ green 220 ◦ blue 135

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

Shades of Feijoa #A4DC87

Tints of Feijoa #A4DC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.01%

R = 31.6%
G = 42.39%
B = 26.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#A4DC87 (or 0xA4DC87) is known color: Feijoa. HEX triplet: A4, DC and 87. RGB value is (164,220,135). Sum of RGB (Red+Green+Blue) = 164+220+135=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DC87 is #5B2378. Grayscale: #C1C1C1. Windows color (decimal): -5972857 or 8903844. OLE color: 8903844.

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

Color convert

RGB 164 220 135 -
CMYK 0.25 0 0.39 0.14
HSL 99.53º 0.55% 0.7% -
HSV(B) 99.53º 0.39% 0.86% -
XYZ 45.28 60.83 32.28 -
YUV 193.57 94.95 106.91 -
System Red Green Blue C M Y K H S L
Decimal 164 220 135 0.25 0 0.39 0.14 99.53 0.55 0.7
Hex A4 DC 87 19 0 27 E 64 37 46
Octal 244 334 207 31 0 47 16 144 67 106
Binary 10100100 11011100 10000111 11001 0 100111 1110 1100100 110111 1000110

Color Harmonies of #A4DC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DC87

Black with #A4DC87

Text Example


Text Example

White with #A4DC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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