#A1D56A

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

Shades of Feijoa #A1D56A

Tints of Feijoa #A1D56A

Color information

#A1D56A (or 0xA1D56A) is unknown color: approx Feijoa. HEX triplet: A1, D5 and 6A. RGB value is (161,213,106). Sum of RGB (Red+Green+Blue) = 161+213+106=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D56A is #5E2A95. Grayscale: #B9B9B9. Windows color (decimal): -6171286 or 7001505. OLE color: 7001505.

HSL color Cylindrical-coordinate representation of color #A1D56A: hue angle of 89.16º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1D56A is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB161213106-
CMYK0.2400.500.16
HSL89.16º56.02%62.55%-
HSV(B)89.16º50.23%83.53%-
XYZ41.0956.2122.32-
YUV185.2583.27110.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 106 (41.80% from 255) = 22.08%
R=33.54%
G=44.38%
B=22.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131060.2400.500.1689.1656.0262.55
HexA1D56A180321059383f
Octal24132515230062201317077
Binary10100001110101011101010110000110010100001011001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D56A; }

 p { color: rgb(161,213,106); }

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

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

 a { background-color: rgb(161,213,106); }

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

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

 span { border-color: rgb(161,213,106); }

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