#A1D674

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

Shades of Feijoa #A1D674

Tints of Feijoa #A1D674

Color information

#A1D674 (or 0xA1D674) is unknown color: approx Feijoa. HEX triplet: A1, D6 and 74. RGB value is (161,214,116). Sum of RGB (Red+Green+Blue) = 161+214+116=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D674 is #5E298B. Grayscale: #BBBBBB. Windows color (decimal): -6171020 or 7657121. OLE color: 7657121.

HSL color Cylindrical-coordinate representation of color #A1D674: hue angle of 92.45º degrees, saturation: 0.54, 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 #A1D674 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB161214116-
CMYK0.2500.460.16
HSL92.45º54.44%64.71%-
HSV(B)92.45º45.79%83.92%-
XYZ41.956.9325.3-
YUV186.9887.94109.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=32.79%
G=43.58%
B=23.63%

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
Decimal1612141160.2500.460.1692.4554.4464.71
HexA1D6741902E105c3641
Octal241326164310562013466101
Binary101000011101011011101001100101011101000010111001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D674; }

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

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

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

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

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

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

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

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