Html Css Color HEX #A4DF8D Feijoa

📋 copy color: '#A4DF8D'

red 164 ◦ green 223 ◦ blue 141

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

Shades of Feijoa #A4DF8D

Tints of Feijoa #A4DF8D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.23%

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 31.06%
G = 42.23%
B = 26.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#A4DF8D (or 0xA4DF8D) is known color: Feijoa. HEX triplet: A4, DF and 8D. RGB value is (164,223,141). Sum of RGB (Red+Green+Blue) = 164+223+141=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DF8D is #5B2072. Grayscale: #C4C4C4. Windows color (decimal): -5972083 or 9297828. OLE color: 9297828.

HSL color Cylindrical-coordinate representation of color #A4DF8D: hue angle of 103.17º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4DF8D is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 223 141 -
CMYK 0.26 0 0.37 0.13
HSL 103.17º 0.56% 0.71% -
HSV(B) 103.17º 0.37% 0.87% -
XYZ 46.51 62.59 34.83 -
YUV 196.01 96.95 105.17 -
System Red Green Blue C M Y K H S L
Decimal 164 223 141 0.26 0 0.37 0.13 103.17 0.56 0.71
Hex A4 DF 8D 1A 0 25 D 67 38 47
Octal 244 337 215 32 0 45 15 147 70 107
Binary 10100100 11011111 10001101 11010 0 100101 1101 1100111 111000 1000111

Color Harmonies of #A4DF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DF8D

Black with #A4DF8D

Text Example


Text Example

White with #A4DF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DF8D; }

 p { color: rgb(164,223,141); }

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

background-color css

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

 a { background-color: rgb(164,223,141); }

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

border-color css

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

 span { border-color: rgb(164,223,141); }

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