#A1DF77

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

Shades of Feijoa #A1DF77

Tints of Feijoa #A1DF77

Color information

#A1DF77 (or 0xA1DF77) is unknown color: approx Feijoa. HEX triplet: A1, DF and 77. RGB value is (161,223,119). Sum of RGB (Red+Green+Blue) = 161+223+119=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF77 is #5E2088. Grayscale: #C0C0C0. Windows color (decimal): -6168713 or 7856033. OLE color: 7856033.

HSL color Cylindrical-coordinate representation of color #A1DF77: hue angle of 95.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1DF77 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB161223119-
CMYK0.2800.470.13
HSL95.77º61.9%67.06%-
HSV(B)95.77º46.64%87.45%-
XYZ44.4261.6827.02-
YUV192.6186.46105.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 223 (87.5% from 255) = 44.33%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=32.01%
G=44.33%
B=23.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612231190.2800.470.1395.7761.967.06
HexA1DF771C02FD603e43
Octal241337167340571514076103
Binary10100001110111111110111111000101111110111000001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DF77; }

 p { color: rgb(161,223,119); }

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

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

 a { background-color: rgb(161,223,119); }

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

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

 span { border-color: rgb(161,223,119); }

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