Html Css Color HEX #A7D68C Feijoa

📋 copy color: '#A7D68C'

red 167 ◦ green 214 ◦ blue 140

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

Shades of Feijoa #A7D68C

Tints of Feijoa #A7D68C

RGB

 RED value IS 167 (65.63% from 255) = 32.05%

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

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

R = 32.05%
G = 41.07%
B = 26.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#A7D68C (or 0xA7D68C) is known color: Feijoa. HEX triplet: A7, D6 and 8C. RGB value is (167,214,140). Sum of RGB (Red+Green+Blue) = 167+214+140=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D68C is #582973. Grayscale: #BFBFBF. Windows color (decimal): -5777780 or 9229991. OLE color: 9229991.

HSL color Cylindrical-coordinate representation of color #A7D68C: hue angle of 98.11º 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 #A7D68C is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 214 140 -
CMYK 0.22 0 0.35 0.16
HSL 98.11º 0.47% 0.69% -
HSV(B) 98.11º 0.35% 0.84% -
XYZ 44.72 58.2 33.69 -
YUV 191.51 98.93 110.52 -
System Red Green Blue C M Y K H S L
Decimal 167 214 140 0.22 0 0.35 0.16 98.11 0.47 0.69
Hex A7 D6 8C 16 0 23 10 62 2F 45
Octal 247 326 214 26 0 43 20 142 57 105
Binary 10100111 11010110 10001100 10110 0 100011 10000 1100010 101111 1000101

Color Harmonies of #A7D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D68C

Black with #A7D68C

Text Example


Text Example

White with #A7D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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