#A1CD76

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

Shades of Feijoa #A1CD76

Tints of Feijoa #A1CD76

Color information

#A1CD76 (or 0xA1CD76) is unknown color: approx Feijoa. HEX triplet: A1, CD and 76. RGB value is (161,205,118). Sum of RGB (Red+Green+Blue) = 161+205+118=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD76 is #5E3289. Grayscale: #B6B6B6. Windows color (decimal): -6173322 or 7785889. OLE color: 7785889.

HSL color Cylindrical-coordinate representation of color #A1CD76: hue angle of 90.34º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1CD76 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB161205118-
CMYK0.2100.420.20
HSL90.34º46.52%63.33%-
HSV(B)90.34º42.44%80.39%-
XYZ39.852.5525.18-
YUV181.9391.92113.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=33.26%
G=42.36%
B=24.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051180.2100.420.2090.3446.5263.33
HexA1CD761502A145a2f3f
Octal24131516625052241325777
Binary10100001110011011110110101010101010101001011010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD76; }

 p { color: rgb(161,205,118); }

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

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

 a { background-color: rgb(161,205,118); }

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

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

 span { border-color: rgb(161,205,118); }

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