#A1D174

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

Shades of Feijoa #A1D174

Tints of Feijoa #A1D174

Color information

#A1D174 (or 0xA1D174) is unknown color: approx Feijoa. HEX triplet: A1, D1 and 74. RGB value is (161,209,116). Sum of RGB (Red+Green+Blue) = 161+209+116=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D174 is #5E2E8B. Grayscale: #B8B8B8. Windows color (decimal): -6172300 or 7655841. OLE color: 7655841.

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

Color convert

RGB161209116-
CMYK0.2300.440.18
HSL90.97º50.27%63.73%-
HSV(B)90.97º44.5%81.96%-
XYZ40.6554.4424.89-
YUV184.0589.6111.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=33.13%
G=43.00%
B=23.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612091160.2300.440.1890.9750.2763.73
HexA1D1741702C125b3240
Octal241321164270542213362100
Binary101000011101000111101001011101011001001010110111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D174; }

 p { color: rgb(161,209,116); }

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

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

 a { background-color: rgb(161,209,116); }

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

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

 span { border-color: rgb(161,209,116); }

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