Html Css Color HEX #A7D96B Feijoa

📋 copy color: '#A7D96B'

red 167 ◦ green 217 ◦ blue 107

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

Shades of Feijoa #A7D96B

Tints of Feijoa #A7D96B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

 BLUE value IS 107 (42.19% from 255) = 21.79%

R = 34.01%
G = 44.2%
B = 21.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#A7D96B (or 0xA7D96B) is known color: Feijoa. HEX triplet: A7, D9 and 6B. RGB value is (167,217,107). Sum of RGB (Red+Green+Blue) = 167+217+107=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D96B is #582694. Grayscale: #BDBDBD. Windows color (decimal): -5777045 or 7068071. OLE color: 7068071.

HSL color Cylindrical-coordinate representation of color #A7D96B: hue angle of 87.27º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7D96B is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 217 107 -
CMYK 0.23 0 0.51 0.15
HSL 87.27º 0.59% 0.64% -
HSV(B) 87.27º 0.51% 0.85% -
XYZ 43.4 58.9 22.99 -
YUV 189.51 81.44 111.94 -
System Red Green Blue C M Y K H S L
Decimal 167 217 107 0.23 0 0.51 0.15 87.27 0.59 0.64
Hex A7 D9 6B 17 0 33 F 57 3B 40
Octal 247 331 153 27 0 63 17 127 73 100
Binary 10100111 11011001 1101011 10111 0 110011 1111 1010111 111011 1000000

Color Harmonies of #A7D96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D96B

Black with #A7D96B

Text Example


Text Example

White with #A7D96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D96B; }

 p { color: rgb(167,217,107); }

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

background-color css

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

 a { background-color: rgb(167,217,107); }

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

border-color css

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

 span { border-color: rgb(167,217,107); }

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