#A7D073

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

Shades of Feijoa #A7D073

Tints of Feijoa #A7D073

Color information

#A7D073 (or 0xA7D073) is unknown color: approx Feijoa. HEX triplet: A7, D0 and 73. RGB value is (167,208,115). Sum of RGB (Red+Green+Blue) = 167+208+115=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D073 is #582F8C. Grayscale: #B9B9B9. Windows color (decimal): -5779341 or 7590055. OLE color: 7590055.

HSL color Cylindrical-coordinate representation of color #A7D073: hue angle of 86.45º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7D073 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB167208115-
CMYK0.2000.450.18
HSL86.45º49.73%63.33%-
HSV(B)86.45º44.71%81.57%-
XYZ41.5954.5724.56-
YUV185.1488.42115.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 208 (81.64% from 255) = 42.45%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=34.08%
G=42.45%
B=23.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672081150.2000.450.1886.4549.7363.33
HexA7D0731402D1256323f
Octal24732016324055221266277
Binary10100111110100001110011101000101101100101010110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D073; }

 p { color: rgb(167,208,115); }

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

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

 a { background-color: rgb(167,208,115); }

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

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

 span { border-color: rgb(167,208,115); }

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