#A1D673

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

Shades of Feijoa #A1D673

Tints of Feijoa #A1D673

Color information

#A1D673 (or 0xA1D673) is unknown color: approx Feijoa. HEX triplet: A1, D6 and 73. RGB value is (161,214,115). Sum of RGB (Red+Green+Blue) = 161+214+115=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D673 is #5E298C. Grayscale: #BBBBBB. Windows color (decimal): -6171021 or 7591585. OLE color: 7591585.

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

Color convert

RGB161214115-
CMYK0.2500.460.16
HSL92.12º54.7%64.51%-
HSV(B)92.12º46.26%83.92%-
XYZ41.8456.9125-
YUV186.8787.44109.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 214 (83.98% from 255) = 43.67%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=32.86%
G=43.67%
B=23.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612141150.2500.460.1692.1254.764.51
HexA1D6731902E105c3741
Octal241326163310562013467101
Binary101000011101011011100111100101011101000010111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D673; }

 p { color: rgb(161,214,115); }

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

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

 a { background-color: rgb(161,214,115); }

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

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

 span { border-color: rgb(161,214,115); }

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