Html Css Color HEX #A4D68C Feijoa

📋 copy color: '#A4D68C'

red 164 ◦ green 214 ◦ blue 140

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

Shades of Feijoa #A4D68C

Tints of Feijoa #A4D68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.31%

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 31.66%
G = 41.31%
B = 27.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#A4D68C (or 0xA4D68C) is known color: Feijoa. HEX triplet: A4, D6 and 8C. RGB value is (164,214,140). Sum of RGB (Red+Green+Blue) = 164+214+140=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D68C is #5B2973. Grayscale: #BEBEBE. Windows color (decimal): -5974388 or 9229988. OLE color: 9229988.

HSL color Cylindrical-coordinate representation of color #A4D68C: hue angle of 100.54º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4D68C is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 214 140 -
CMYK 0.23 0 0.35 0.16
HSL 100.54º 0.47% 0.69% -
HSV(B) 100.54º 0.35% 0.84% -
XYZ 44.09 57.88 33.66 -
YUV 190.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 164 214 140 0.23 0 0.35 0.16 100.54 0.47 0.69
Hex A4 D6 8C 17 0 23 10 65 2F 45
Octal 244 326 214 27 0 43 20 145 57 105
Binary 10100100 11010110 10001100 10111 0 100011 10000 1100101 101111 1000101

Color Harmonies of #A4D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D68C

Black with #A4D68C

Text Example


Text Example

White with #A4D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D68C; }

 p { color: rgb(164,214,140); }

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

background-color css

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

 a { background-color: rgb(164,214,140); }

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

border-color css

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

 span { border-color: rgb(164,214,140); }

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