#A1CB79

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

Shades of Feijoa #A1CB79

Tints of Feijoa #A1CB79

Color information

#A1CB79 (or 0xA1CB79) is unknown color: approx Feijoa. HEX triplet: A1, CB and 79. RGB value is (161,203,121). Sum of RGB (Red+Green+Blue) = 161+203+121=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CB79 is #5E3486. Grayscale: #B5B5B5. Windows color (decimal): -6173831 or 7981985. OLE color: 7981985.

HSL color Cylindrical-coordinate representation of color #A1CB79: hue angle of 90.73º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1CB79 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB161203121-
CMYK0.2100.400.20
HSL90.73º44.09%63.53%-
HSV(B)90.73º40.39%79.61%-
XYZ39.5151.6725.98-
YUV181.0994.09113.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 121 (47.66% from 255) = 24.95%
R=33.20%
G=41.86%
B=24.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031210.2100.400.2090.7344.0963.53
HexA1CB7915028145b2c40
Octal241313171250502413354100
Binary101000011100101111110011010101010001010010110111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CB79; }

 p { color: rgb(161,203,121); }

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

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

 a { background-color: rgb(161,203,121); }

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

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

 span { border-color: rgb(161,203,121); }

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