#A1D972

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

Shades of Feijoa #A1D972

Tints of Feijoa #A1D972

Color information

#A1D972 (or 0xA1D972) is unknown color: approx Feijoa. HEX triplet: A1, D9 and 72. RGB value is (161,217,114). Sum of RGB (Red+Green+Blue) = 161+217+114=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D972 is #5E268D. Grayscale: #BCBCBC. Windows color (decimal): -6170254 or 7526817. OLE color: 7526817.

HSL color Cylindrical-coordinate representation of color #A1D972: hue angle of 92.62º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1D972 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB161217114-
CMYK0.2600.470.15
HSL92.62º57.54%64.9%-
HSV(B)92.62º47.47%85.1%-
XYZ42.5558.4224.95-
YUV188.5185.95108.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 217 (85.16% from 255) = 44.11%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=32.72%
G=44.11%
B=23.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171140.2600.470.1592.6257.5464.9
HexA1D9721A02FF5d3a41
Octal241331162320571713572101
Binary10100001110110011110010110100101111111110111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D972; }

 p { color: rgb(161,217,114); }

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

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

 a { background-color: rgb(161,217,114); }

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

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

 span { border-color: rgb(161,217,114); }

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