#A0D672

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

Shades of Feijoa #A0D672

Tints of Feijoa #A0D672

Color information

#A0D672 (or 0xA0D672) is unknown color: approx Feijoa. HEX triplet: A0, D6 and 72. RGB value is (160,214,114). Sum of RGB (Red+Green+Blue) = 160+214+114=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D672 is #5F298D. Grayscale: #BABABA. Windows color (decimal): -6236558 or 7526048. OLE color: 7526048.

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

Color convert

RGB160214114-
CMYK0.2500.470.16
HSL92.4º54.95%64.31%-
HSV(B)92.4º46.73%83.92%-
XYZ41.5856.7824.69-
YUV186.4587.11109.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 214 (83.98% from 255) = 43.85%
BLUE value IS 114 (44.92% from 255) = 23.36%
R=32.79%
G=43.85%
B=23.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602141140.2500.470.1692.454.9564.31
HexA0D6721902F105c3740
Octal240326162310572013467100
Binary101000001101011011100101100101011111000010111001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D672; }

 p { color: rgb(160,214,114); }

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

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

 a { background-color: rgb(160,214,114); }

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

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

 span { border-color: rgb(160,214,114); }

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