#A7D372

Color #A7D372 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A7D372

Tints of Feijoa #A7D372

Color information

#A7D372 (or 0xA7D372) is unknown color: approx Feijoa. HEX triplet: A7, D3 and 72. RGB value is (167,211,114). Sum of RGB (Red+Green+Blue) = 167+211+114=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 211 (82.81% from 255 or 42.89% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D372 is #582C8D. Grayscale: #BBBBBB. Windows color (decimal): -5778574 or 7525287. OLE color: 7525287.

HSL color Cylindrical-coordinate representation of color #A7D372: hue angle of 87.22º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7D372 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB167211114-
CMYK0.2100.460.17
HSL87.22º52.43%63.73%-
HSV(B)87.22º45.97%82.75%-
XYZ42.2756.0224.5-
YUV186.7986.92113.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.94%
GREEN value IS 211 (82.81% from 255) = 42.89%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=33.94%
G=42.89%
B=23.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1672111140.2100.460.1787.2252.4363.73
HexA7D3721502E11573440
Octal247323162250562112764100
Binary101001111101001111100101010101011101000110101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D372; }

 p { color: rgb(167,211,114); }

 H1.HeaderClassName
 {
   color: #A7D372;
 }
 .AnyTagClassName
 {
   color: #A7D372;
 }
</style>
background-color css

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

 a { background-color: rgb(167,211,114); }

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

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

 span { border-color: rgb(167,211,114); }

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