#A0D172

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

Shades of Feijoa #A0D172

Tints of Feijoa #A0D172

Color information

#A0D172 (or 0xA0D172) is unknown color: approx Feijoa. HEX triplet: A0, D1 and 72. RGB value is (160,209,114). Sum of RGB (Red+Green+Blue) = 160+209+114=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D172 is #5F2E8D. Grayscale: #B7B7B7. Windows color (decimal): -6237838 or 7524768. OLE color: 7524768.

HSL color Cylindrical-coordinate representation of color #A0D172: hue angle of 90.95º degrees, saturation: 0.51, 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 #A0D172 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB160209114-
CMYK0.2300.450.18
HSL90.95º50.8%63.33%-
HSV(B)90.95º45.45%81.96%-
XYZ40.3354.2924.27-
YUV183.5288.77111.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 209 (82.03% from 255) = 43.27%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=33.13%
G=43.27%
B=23.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602091140.2300.450.1890.9550.863.33
HexA0D1721702D125b333f
Octal24032116227055221336377
Binary10100000110100011110010101110101101100101011011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D172; }

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

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

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

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

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

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

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

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